Spaces:
Configuration error
Configuration error
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "多模態即時情緒分析" # 任意你想要顯示的 Space 名稱
|
3 |
+
emoji: "🤖" # 顯示在標題前的小圖示
|
4 |
+
colorFrom: "purple" # 標題底色漸層起始色,可選任意 CSS color
|
5 |
+
colorTo: "blue" # 漸層結束色
|
6 |
+
sdk: "streamlit" # 你用的 SDK,這裡是 streamlit
|
7 |
+
sdk_version: "1.45.1" # 你在 requirements.txt 鎖的 streamlit 版本
|
8 |
+
app_file: "src/streamlit_app.py" # 你的入口檔路徑
|
9 |
+
pinned: false
|
10 |
+
---
|