muhammadzain commited on
Commit
0070194
·
1 Parent(s): bd62d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with col2:
153
 
154
 
155
 
156
- if st.button("PROCEED",use_container_width=True) and file is not None:
157
  if st.session_state.get('opt1') == True:
158
  task = st.session_state.opt1_selBox
159
  else:
 
153
 
154
 
155
 
156
+ if st.button("PROCEED") and file is not None:
157
  if st.session_state.get('opt1') == True:
158
  task = st.session_state.opt1_selBox
159
  else: