ahmadgenus commited on
Commit
318f035
Β·
1 Parent(s): 59f4fff

Add metadata to README for Hugging Face deployment

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
  title: Reddit Chatbot
3
  emoji: πŸš€
4
- colorFrom: blue
5
- colorTo: yellow
6
  sdk: streamlit
7
- sdk_version: 1.44.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: made a reddit chatbot
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
  title: Reddit Chatbot
3
  emoji: πŸš€
4
+ colorFrom: red
5
+ colorTo: gray
6
  sdk: streamlit
7
+ sdk_version: 1.30.0
8
  app_file: app.py
9
  pinned: false
10
+ license: apache-2.0
11
  ---
12
 
13
+ # Reddit Chatbot
14
+
15
+ A Streamlit-based chatbot that fetches Reddit posts and chats about them using LLM.