Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
87 |
).launch()
|
|
|
82 |
gr.File(label="結果 CSV(含 topic, sentiment)"),
|
83 |
gr.Image(label="topic=0 熱度預測圖(Prophet)")
|
84 |
],
|
85 |
+
title="話題雷達",
|
86 |
+
description="自動分群、分析情緒,並預測熱度走勢"
|
87 |
).launch()
|