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