Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1444,7 +1444,7 @@ with tab1:
|
|
| 1444 |
)
|
| 1445 |
|
| 1446 |
# Rerun to update the UI
|
| 1447 |
-
st.rerun()
|
| 1448 |
|
| 1449 |
if setup_option == "Upload existing template":
|
| 1450 |
st.subheader("Upload Template File")
|
|
|
|
| 1444 |
)
|
| 1445 |
|
| 1446 |
# Rerun to update the UI
|
| 1447 |
+
# st.rerun()
|
| 1448 |
|
| 1449 |
if setup_option == "Upload existing template":
|
| 1450 |
st.subheader("Upload Template File")
|