delarosajav95 commited on
Commit
83b3c50
·
verified ·
1 Parent(s): 947e05d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Enter a Spanish user review, comment, or opinion to evaluate (e.g., 'Esas personas no merecen respeto.')",
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:")