Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,8 +149,8 @@ def make_table():
|
|
149 |
)
|
150 |
|
151 |
streamlit.session_state['table_data'] = response.data
|
152 |
-
if response.column_state:
|
153 |
-
|
154 |
|
155 |
|
156 |
# Define a function for addition
|
|
|
149 |
)
|
150 |
|
151 |
streamlit.session_state['table_data'] = response.data
|
152 |
+
# if response.column_state:
|
153 |
+
# streamlit.experimental_rerun()
|
154 |
|
155 |
|
156 |
# Define a function for addition
|