SamanthaStorm commited on
Commit
78d61ab
Β·
verified Β·
1 Parent(s): 1444aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ gr.CheckboxGroup(label="Do any of these apply to your situation?", choices=[
146
  "They monitor/follow me", "I feel unsafe when alone with them"
147
  ])
148
  ],
149
- outputs=[gr.Textbox(label=β€œAnalysis Result”)],
150
- title=β€œAbuse Pattern Detector”
151
  )
152
 
153
  if name == "main":
 
146
  "They monitor/follow me", "I feel unsafe when alone with them"
147
  ])
148
  ],
149
+ outputs=[gr.Textbox(label="Analysis Result")],
150
+ title="Abuse Pattern Detector"
151
  )
152
 
153
  if name == "main":