Spaces:
Running
Running
poemsforaphrodite
commited on
Commit
•
fbb8761
1
Parent(s):
9ae1da2
Update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,7 @@ def main():
|
|
422 |
|
423 |
if st.button("Fetch Data"):
|
424 |
with st.spinner('Fetching data...'):
|
425 |
-
|
426 |
|
427 |
if st.session_state.report_data is not None and not st.session_state.report_data.empty:
|
428 |
st.write("Data fetched successfully. Click the button below to calculate relevancy scores.")
|
|
|
422 |
|
423 |
if st.button("Fetch Data"):
|
424 |
with st.spinner('Fetching data...'):
|
425 |
+
st.session_state.report_data = fetch_gsc_data(webproperty, search_type, start_date, end_date, selected_dimensions)
|
426 |
|
427 |
if st.session_state.report_data is not None and not st.session_state.report_data.empty:
|
428 |
st.write("Data fetched successfully. Click the button below to calculate relevancy scores.")
|