Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def classify_text(inputs):
|
|
27 |
|
28 |
return "\n".join(output)
|
29 |
#defining Gradio interface
|
30 |
-
textbox = gr.Textbox(lines=3, placeholder="
|
31 |
label="User Comment/Post:")
|
32 |
|
33 |
output_box = gr.Textbox(label="Results:")
|
|
|
27 |
|
28 |
return "\n".join(output)
|
29 |
#defining Gradio interface
|
30 |
+
textbox = gr.Textbox(lines=3, placeholder="Type a Spanish statement, comment, or review for evaluation (e.g., 'Esas personas no merecen respeto.')",
|
31 |
label="User Comment/Post:")
|
32 |
|
33 |
output_box = gr.Textbox(label="Results:")
|