VyLala commited on
Commit
c1d85a2
·
verified ·
1 Parent(s): 836c277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as interface:
119
  # nps_submit = gr.Button("Submit")
120
  # nps_close = gr.Button("X", elem_id="nps-close")
121
  with gr.Group(visible=False, elem_id="nps-overlay") as nps_modal:
122
- with gr.Column(elem_id="nps-box", interactive=True):
123
  gr.HTML('<span id="nps-close">✕</span>') # Close button
124
  gr.Markdown("### How likely are you to recommend this tool to a colleague or peer?")
125
  nps_slider = gr.Slider(minimum=0, maximum=10, step=1, label="Your NPS Score (0-10)")
 
119
  # nps_submit = gr.Button("Submit")
120
  # nps_close = gr.Button("X", elem_id="nps-close")
121
  with gr.Group(visible=False, elem_id="nps-overlay") as nps_modal:
122
+ with gr.Column(elem_id="nps-box"):
123
  gr.HTML('<span id="nps-close">✕</span>') # Close button
124
  gr.Markdown("### How likely are you to recommend this tool to a colleague or peer?")
125
  nps_slider = gr.Slider(minimum=0, maximum=10, step=1, label="Your NPS Score (0-10)")