Spaces:
Running
Running
poemsforaphrodite
commited on
Commit
•
9ae1da2
1
Parent(s):
1f18d28
Update app.py
Browse files
app.py
CHANGED
@@ -418,7 +418,7 @@ def main():
|
|
418 |
selected_dimensions = show_dimensions_selector(search_type)
|
419 |
|
420 |
if 'report_data' not in st.session_state:
|
421 |
-
|
422 |
|
423 |
if st.button("Fetch Data"):
|
424 |
with st.spinner('Fetching data...'):
|
|
|
418 |
selected_dimensions = show_dimensions_selector(search_type)
|
419 |
|
420 |
if 'report_data' not in st.session_state:
|
421 |
+
st.session_state.report_data = None
|
422 |
|
423 |
if st.button("Fetch Data"):
|
424 |
with st.spinner('Fetching data...'):
|