VyLala commited on
Commit
eda45c8
·
verified ·
1 Parent(s): 054e80c

Update app.py

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