andreped commited on
Commit
00fc922
1 Parent(s): 972af27

Added HF space YAML config block to README

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # chatbot-streamlit-demo
2
 
3
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://chatbot-app-demo.streamlit.app)
 
1
+ ---
2
+ title: 'ChatBot: learn about André's research through an AI assistant'
3
+ colorFrom: indigo
4
+ colorTo: indigo
5
+ sdk: streamlit
6
+ sdk_version: 1.27.2
7
+ app_port: 7860
8
+ emoji: 💬
9
+ pinned: false
10
+ license: mit
11
+ app_file: app.py
12
+ ---
13
+
14
  # chatbot-streamlit-demo
15
 
16
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://chatbot-app-demo.streamlit.app)