Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as interface:
|
|
124 |
# nps_submit = gr.Button("Submit")
|
125 |
# nps_close = gr.Button("X", elem_id="nps-close")
|
126 |
with gr.Group(visible=False, elem_id="nps-overlay") as nps_modal:
|
127 |
-
with gr.Column(elem_id="nps-box"
|
128 |
gr.HTML('<span id="nps-close">✕</span>')
|
129 |
gr.Markdown("### How likely are you to recommend this tool to a colleague or peer?")
|
130 |
|
|
|
124 |
# nps_submit = gr.Button("Submit")
|
125 |
# nps_close = gr.Button("X", elem_id="nps-close")
|
126 |
with gr.Group(visible=False, elem_id="nps-overlay") as nps_modal:
|
127 |
+
with gr.Column(elem_id="nps-box"):
|
128 |
gr.HTML('<span id="nps-close">✕</span>')
|
129 |
gr.Markdown("### How likely are you to recommend this tool to a colleague or peer?")
|
130 |
|