GeorgiosIoannouCoder commited on
Commit
0a6dcc4
β€’
1 Parent(s): 9652550

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -1,14 +1,9 @@
1
  ---
2
- title: Cuny Tech Prep Tutorial 5
3
- emoji: πŸ’»
4
- colorFrom: gray
5
- colorTo: indigo
6
- sdk: streamlit
7
- sdk_version: 1.39.0
8
- app_file: app.py
9
- pinned: false
10
  license: mit
 
 
 
 
 
11
  short_description: A Streamlit application to showcase how RAG works
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
 
 
 
 
 
 
 
 
2
  license: mit
3
+ title: RAG
4
+ sdk: streamlit
5
+ emoji: πŸš€
6
+ colorFrom: red
7
+ colorTo: blue
8
  short_description: A Streamlit application to showcase how RAG works
9
+ ---