Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
150 |
-
title
|
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":
|