Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1163,7 +1163,7 @@ with gr.Blocks() as interface:
|
|
1163 |
|
1164 |
#nps_button.click(fn=submit_nps, inputs=[user_email, nps_slider], outputs=nps_output)
|
1165 |
nps_submit.click(fn=submit_nps, inputs=[user_email, nps_slider, nps_text], outputs=[])
|
1166 |
-
nps_close.click(fn=lambda: gr.update(visible=False), outputs=[nps_modal])
|
1167 |
|
1168 |
|
1169 |
gr.HTML("""
|
|
|
1163 |
|
1164 |
#nps_button.click(fn=submit_nps, inputs=[user_email, nps_slider], outputs=nps_output)
|
1165 |
nps_submit.click(fn=submit_nps, inputs=[user_email, nps_slider, nps_text], outputs=[])
|
1166 |
+
#nps_close.click(fn=lambda: gr.update(visible=False), outputs=[nps_modal])
|
1167 |
|
1168 |
|
1169 |
gr.HTML("""
|