PabloGabrielSch commited on
Commit
e51f3e1
·
verified ·
1 Parent(s): c172b63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ with col2:
252
 
253
 
254
 
255
- if st.button(15*" "+"PROCEED"+" "*15,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:
 
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: