HarshaBattula commited on
Commit
4a3c57b
Β·
1 Parent(s): b7b2238

updated the text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ demo = gr.Interface(
68
  annotate_text_sentiment,
69
  [
70
  gr.Textbox(
71
- label="Enter the text",
72
- info="aspect and sentiment detection",
73
  lines=3,
74
  ),
75
  ],
 
68
  annotate_text_sentiment,
69
  [
70
  gr.Textbox(
71
+ label="Enter the text for aspect extraction and polarity detection",
72
+ info="Example: The food was good, but the service was terrible.",
73
  lines=3,
74
  ),
75
  ],