Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
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=[
|