Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,14 +8,31 @@ sdk_version: 6.0.2
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 11 |
# Twitter Sentiment Analysis 🧠
|
| 12 |
|
| 13 |
-
Pilih UI yang ingin digunakan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
##
|
| 16 |
-
[Open Gradio](https://huggingface.co/spaces/<username>/<space-name>/+app)
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
Check out the configuration reference
|
|
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
+
|
| 12 |
# Twitter Sentiment Analysis 🧠
|
| 13 |
|
| 14 |
+
## ▶️ Pilih UI yang ingin digunakan
|
| 15 |
+
|
| 16 |
+
### 🟦 Gradio App (Default)
|
| 17 |
+
👉 [**Open Gradio**](https://huggingface.co/spaces/Syahhh01/BuatWorkshop/+app)
|
| 18 |
+
|
| 19 |
+
### 🟧 Streamlit App
|
| 20 |
+
👉 [**Open Streamlit**](https://huggingface.co/spaces/Syahhh01/BuatWorkshop/+streamlit_app)
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
|
| 24 |
+
## ℹ️ Cara Kerja
|
|
|
|
| 25 |
|
| 26 |
+
Space ini berisi dua UI:
|
| 27 |
+
|
| 28 |
+
| UI | File | URL |
|
| 29 |
+
|-----------|--------------------|----------------------|
|
| 30 |
+
| Gradio | `app.py` | `/+app` *(default)* |
|
| 31 |
+
| Streamlit | `streamlit_app.py` | `/+streamlit_app` |
|
| 32 |
+
|
| 33 |
+
Keduanya menggunakan API HuggingFace untuk analisis sentimen.
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
|
| 37 |
+
**Check out the configuration reference:**
|
| 38 |
+
https://huggingface.co/docs/hub/spaces-config-reference
|