Spaces:
Sleeping
Sleeping
Amrit Pal Singh commited on
Commit ·
d6b16d1
1
Parent(s): 8fc31c1
🔧 Fix README front‐matter YAML
Browse files
README.md
CHANGED
|
@@ -1,29 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
<<<<<<< HEAD
|
| 3 |
-
sdk: streamlit
|
| 4 |
-
app_port: 8501
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
A Streamlit chatbot using a Hugging Face emotion model.
|
| 10 |
-
=======
|
| 11 |
-
title: Emotibot V2
|
| 12 |
-
emoji: 🚀
|
| 13 |
-
colorFrom: red
|
| 14 |
-
colorTo: red
|
| 15 |
-
sdk: docker
|
| 16 |
app_port: 8501
|
| 17 |
-
tags:
|
| 18 |
-
- streamlit
|
| 19 |
-
pinned: false
|
| 20 |
-
short_description: Streamlit template space
|
| 21 |
-
---
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
-
forums](https://discuss.streamlit.io).
|
| 29 |
-
>>>>>>> b45438345c8de3064964125166e636d3fae7d52b
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
---
|
| 3 |
|
| 4 |
+
sdk: streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
app_port: 8501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
+
---
|
| 8 |
|
| 9 |
+
# EmotiBot 🌿
|
| 10 |
|
| 11 |
+
A Streamlit chatbot using a Hugging Face emotion‐detection pipeline.
|
|
|
|
|
|