Spaces:
Sleeping
Sleeping
Commit
·
8e2f7ed
1
Parent(s):
1b0a136
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,9 @@ print('*****************************************')
|
|
59 |
mode = int(mode)
|
60 |
|
61 |
|
62 |
-
|
|
|
|
|
63 |
|
64 |
with st.spinner('In progress...This may take a while...'):
|
65 |
try:
|
|
|
59 |
mode = int(mode)
|
60 |
|
61 |
|
62 |
+
if "visibility" not in st.session_state:
|
63 |
+
st.session_state.visibility = "visible"
|
64 |
+
st.session_state.disabled = False
|
65 |
|
66 |
with st.spinner('In progress...This may take a while...'):
|
67 |
try:
|