VyLala commited on
Commit
839c6a9
·
verified ·
1 Parent(s): 68e073f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1007,7 +1007,7 @@ with gr.Blocks() as interface:
1007
  gr.update(visible=False), # submit_report_button
1008
  gr.update(value="", visible=False), # status_report
1009
  gr.update(value="", visible=False), # processed_info
1010
- gr.update(visible=False) # hide NPS modal
1011
  gr.update(visible=True), # run_button ✅ restore
1012
  gr.update(visible=False) # stop button
1013
  )
 
1007
  gr.update(visible=False), # submit_report_button
1008
  gr.update(value="", visible=False), # status_report
1009
  gr.update(value="", visible=False), # processed_info
1010
+ gr.update(visible=False), # hide NPS modal
1011
  gr.update(visible=True), # run_button ✅ restore
1012
  gr.update(visible=False) # stop button
1013
  )