Saketh-2407 commited on
Commit
41a3d22
·
unverified ·
1 Parent(s): d7bfae2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Building and Deploying a Gradio UI on Hugging Face Spaces
2
 
3
  ## Overview
@@ -37,4 +48,4 @@ pip install -r requirements.txt
37
 
38
  ```bash
39
  python app.py
40
- ```
 
1
+ ---
2
+ title: AI Tutor Using RAG
3
+ emoji: 🎓
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.9.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Building and Deploying a Gradio UI on Hugging Face Spaces
13
 
14
  ## Overview
 
48
 
49
  ```bash
50
  python app.py
51
+ ```