SamanthaStorm commited on
Commit
b3be2be
·
verified ·
1 Parent(s): b46bc0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -733,7 +733,7 @@ quiz_boxes = [gr.Checkbox(label=q) for q, _ in ESCALATION_QUESTIONS]
733
  none_box = gr.Checkbox(label="None of the above")
734
 
735
  # top-level
736
- demo = gr.Interface(
737
  fn=analyze_composite,
738
  inputs=textbox_inputs + quiz_boxes + [ none_box ],
739
  outputs=[
 
733
  none_box = gr.Checkbox(label="None of the above")
734
 
735
  # top-level
736
+ app = gr.Interface(
737
  fn=analyze_composite,
738
  inputs=textbox_inputs + quiz_boxes + [ none_box ],
739
  outputs=[