Spaces:
Runtime error
Runtime error
Commit
·
0070194
1
Parent(s):
bd62d26
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with col2:
|
|
153 |
|
154 |
|
155 |
|
156 |
-
if st.button("PROCEED"
|
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:
|