Spaces:
Running
Running
cordondata
commited on
Commit
•
b29eb29
1
Parent(s):
c5b7edf
updated some text
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ interface = gr.Interface(
|
|
49 |
gr.Textbox(label="Token IDs"),
|
50 |
gr.Textbox(label="Sentiment") # Only the sentiment (POSITIVE or NEGATIVE)
|
51 |
], # Output components
|
52 |
-
title="Sentiment Analysis:
|
53 |
-
description="Enter
|
54 |
examples=[
|
55 |
"This product exceeded my expectations! It’s easy to use, effective, and a great value. Highly recommend to everyone",
|
56 |
"I was extremely disappointed. The quality is poor, and it didn’t work as promised. Waste of money",
|
|
|
49 |
gr.Textbox(label="Token IDs"),
|
50 |
gr.Textbox(label="Sentiment") # Only the sentiment (POSITIVE or NEGATIVE)
|
51 |
], # Output components
|
52 |
+
title="Sentiment Analysis: Interpreting the attitude within a review",
|
53 |
+
description="Enter revew to analyze sentiment (positive/negative).",
|
54 |
examples=[
|
55 |
"This product exceeded my expectations! It’s easy to use, effective, and a great value. Highly recommend to everyone",
|
56 |
"I was extremely disappointed. The quality is poor, and it didn’t work as promised. Waste of money",
|