Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def analyze(text):
|
|
| 98 |
with gr.Blocks(title="Sentiment + Tag Analysis System") as demo:
|
| 99 |
gr.Markdown("## 🌟 Comment Analyzer")
|
| 100 |
gr.Markdown(
|
| 101 |
-
"This tool analyzes **
|
| 102 |
"It predicts both **sentiment polarity** (Positive / Neutral / Negative) and **semantic category tags** (6 themes)."
|
| 103 |
)
|
| 104 |
|
|
|
|
| 98 |
with gr.Blocks(title="Sentiment + Tag Analysis System") as demo:
|
| 99 |
gr.Markdown("## 🌟 Comment Analyzer")
|
| 100 |
gr.Markdown(
|
| 101 |
+
"This tool analyzes **Tourist comment data** using deep learning models. "
|
| 102 |
"It predicts both **sentiment polarity** (Positive / Neutral / Negative) and **semantic category tags** (6 themes)."
|
| 103 |
)
|
| 104 |
|