SamanthaStorm commited on
Commit
d457a0a
·
verified ·
1 Parent(s): e7dee55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -519,7 +519,7 @@ iface = gr.Interface(
519
  inputs=textbox_inputs + quiz_boxes + [none_box],
520
  outputs=[
521
  gr.Textbox(label="Results"),
522
- gr.Image(label="Risk Stage Timeline", type="pil")
523
  ],
524
  title="Abuse Pattern Detector + Escalation Quiz",
525
  allow_flagging="manual"
 
519
  inputs=textbox_inputs + quiz_boxes + [none_box],
520
  outputs=[
521
  gr.Textbox(label="Results"),
522
+ gr.Image(label="Abuse Score Timeline", type="pil")
523
  ],
524
  title="Abuse Pattern Detector + Escalation Quiz",
525
  allow_flagging="manual"