Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -397,8 +397,8 @@ def main():
|
|
397 |
|
398 |
# Single button for both processes
|
399 |
if not st.session_state.get('processing_started', False):
|
400 |
-
|
401 |
-
|
402 |
|
403 |
# Show processing status and results
|
404 |
if st.session_state.get('processing_started', False):
|
|
|
397 |
|
398 |
# Single button for both processes
|
399 |
if not st.session_state.get('processing_started', False):
|
400 |
+
if st.button("Start Analysis"):
|
401 |
+
st.session_state.processing_started = True
|
402 |
|
403 |
# Show processing status and results
|
404 |
if st.session_state.get('processing_started', False):
|