Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,8 @@ def predict_misogyny(text):
|
|
| 23 |
|
| 24 |
large_output = gr.Textbox(
|
| 25 |
lines=5,
|
| 26 |
-
label="Classification Analysis",
|
| 27 |
-
|
| 28 |
elem_id="result-box"
|
| 29 |
)
|
| 30 |
|
|
|
|
| 23 |
|
| 24 |
large_output = gr.Textbox(
|
| 25 |
lines=5,
|
| 26 |
+
label="Classification Analysis",
|
| 27 |
+
value="",
|
| 28 |
elem_id="result-box"
|
| 29 |
)
|
| 30 |
|