Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ with col2:
|
|
252 |
|
253 |
|
254 |
|
255 |
-
if st.button(
|
256 |
if st.session_state.get('opt1') == True:
|
257 |
task = st.session_state.opt1_selBox
|
258 |
else:
|
|
|
252 |
|
253 |
|
254 |
|
255 |
+
if st.button(30*" "+"PROCEED"+" "*30,disabled=st.session_state.disable_proceed) and file is not None:
|
256 |
if st.session_state.get('opt1') == True:
|
257 |
task = st.session_state.opt1_selBox
|
258 |
else:
|