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