Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ with gr.Blocks() as interface:
|
|
227 |
|
228 |
with gr.Group(visible=True, elem_id="nps-overlay") as nps_modal:
|
229 |
#with gr.Column(elem_id="nps-box"):
|
230 |
-
with gr.
|
231 |
gr.Markdown("### How likely are you to recommend this tool to a colleague or peer?")
|
232 |
# # Use gr.Radio to create clickable buttons
|
233 |
with gr.Column(elem_id="nps-buttons-container"):
|
|
|
227 |
|
228 |
with gr.Group(visible=True, elem_id="nps-overlay") as nps_modal:
|
229 |
#with gr.Column(elem_id="nps-box"):
|
230 |
+
with gr.Group(elem_id="nps-container"):
|
231 |
gr.Markdown("### How likely are you to recommend this tool to a colleague or peer?")
|
232 |
# # Use gr.Radio to create clickable buttons
|
233 |
with gr.Column(elem_id="nps-buttons-container"):
|