Amrit Pal Singh commited on
Commit
d6b16d1
·
1 Parent(s): 8fc31c1

🔧 Fix README front‐matter YAML

Browse files
Files changed (1) hide show
  1. README.md +4 -22
README.md CHANGED
@@ -1,29 +1,11 @@
1
  ---
2
- <<<<<<< HEAD
3
- sdk: streamlit
4
- app_port: 8501
5
  ---
6
 
7
- # EmotiBot
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
- # Welcome to Streamlit!
24
 
25
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
26
 
27
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
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.