Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -701,7 +701,7 @@ with gr.Blocks() as interface:
|
|
701 |
gr.update(visible=False), # submit_report_button
|
702 |
gr.update(value="", visible=False), # status_report
|
703 |
gr.update(value=0), # nps_slider
|
704 |
-
gr.update(value="", visible=True) # nps_output
|
705 |
|
706 |
)
|
707 |
|
|
|
701 |
gr.update(visible=False), # submit_report_button
|
702 |
gr.update(value="", visible=False), # status_report
|
703 |
gr.update(value=0), # nps_slider
|
704 |
+
#gr.update(value="", visible=True) # nps_output
|
705 |
|
706 |
)
|
707 |
|