fpadron commited on
Commit
380776f
·
1 Parent(s): 741f393

fix readme

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1 +1,10 @@
1
- # Retrieval-augmented-generation-RAG
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Your Space Title # Replace with the name of your Space
3
+ emoji: 🚀 # Choose an emoji to represent your Space
4
+ colorFrom: blue # Starting color for gradient
5
+ colorTo: green # Ending color for gradient
6
+ sdk: docker # Use "docker" for backend API Space, or "streamlit" for frontend Space
7
+ sdk_version: "1.0" # Leave this as is
8
+ app_file: app.py # Specify your main app file (e.g., api.py or user_interface.py)
9
+ pinned: false # Leave as false unless you want to pin the Space
10
+ ---