william1324 commited on
Commit
c54a782
·
verified ·
1 Parent(s): 4ab5677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,6 +82,6 @@ gr.Interface(
82
  gr.File(label="結果 CSV(含 topic, sentiment)"),
83
  gr.Image(label="topic=0 熱度預測圖(Prophet)")
84
  ],
85
- title="中文新聞話題類聚 + 情緒分析 + 熱度預測",
86
- description="自動分群、分析情緒,並預測熱度走勢(topic=0 為例)"
87
  ).launch()
 
82
  gr.File(label="結果 CSV(含 topic, sentiment)"),
83
  gr.Image(label="topic=0 熱度預測圖(Prophet)")
84
  ],
85
+ title="話題雷達",
86
+ description="自動分群、分析情緒,並預測熱度走勢"
87
  ).launch()