VyLala commited on
Commit
59dac79
·
verified ·
1 Parent(s): 91b11ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box(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"):
 
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"):