SamanthaStorm commited on
Commit
1444aac
·
verified ·
1 Parent(s): 3bea8f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ iface = gr.Interface(
141
  fn=analyze_messages,
142
  inputs=[
143
  gr.Textbox(lines=10, placeholder="Enter message here…"),
144
- gr.CheckboxGroup(label=“Do any of these apply to your situation?”, choices=[
145
  "They’ve threatened harm", "They isolate me", "I’ve changed my behavior out of fear",
146
  "They monitor/follow me", "I feel unsafe when alone with them"
147
  ])
 
141
  fn=analyze_messages,
142
  inputs=[
143
  gr.Textbox(lines=10, placeholder="Enter message here…"),
144
+ gr.CheckboxGroup(label="Do any of these apply to your situation?", choices=[
145
  "They’ve threatened harm", "They isolate me", "I’ve changed my behavior out of fear",
146
  "They monitor/follow me", "I feel unsafe when alone with them"
147
  ])