Skip to content

Commit 035cc7e

Browse files
authored
Update streamlit-minimal-gsc-connector.py
1 parent 55c71b9 commit 035cc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search-console/streamlit-simple-gsc-connector/streamlit-minimal-gsc-connector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636
DEVICE_OPTIONS = ["All Devices", "desktop", "mobile", "tablet"]
3737
BASE_DIMENSIONS = ["page", "query", "country", "date"]
38-
MAX_ROWS = 500_000
38+
MAX_ROWS = 1_000_000
3939
DF_PREVIEW_ROWS = 100
4040

4141

0 commit comments

Comments
 (0)