pendar02 commited on
Commit
06d0182
·
verified ·
1 Parent(s): 0a57b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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):
 
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):