Spaces:
Runtime error
Runtime error
HarshaBattula
commited on
Commit
Β·
4a3c57b
1
Parent(s):
b7b2238
updated the text
Browse files
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="
|
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 |
],
|