Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|