Update app.py
Browse files
app.py
CHANGED
@@ -375,11 +375,11 @@ def update():
|
|
375 |
time.sleep(2)
|
376 |
st.rerun()
|
377 |
|
378 |
-
if "update" not in st.session_state:
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
|
384 |
|
385 |
|
|
|
375 |
time.sleep(2)
|
376 |
st.rerun()
|
377 |
|
378 |
+
# if "update" not in st.session_state:
|
379 |
+
# with col2_main:
|
380 |
+
# update_button = st.button("Update Database",type="primary")
|
381 |
+
# if update_button:
|
382 |
+
# update()
|
383 |
|
384 |
|
385 |
|