Stellajin916 commited on
Commit
b917252
·
verified ·
1 Parent(s): 6dc2ac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 **Chinese product reviews** using deep learning models. "
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