Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Building and Deploying a Gradio UI on Hugging Face Spaces
|
2 |
|
3 |
## Overview
|
@@ -36,4 +46,4 @@ pip install -r requirements.txt
|
|
36 |
|
37 |
```bash
|
38 |
python app.py
|
39 |
-
```
|
|
|
1 |
+
---
|
2 |
+
title: AI Tutor
|
3 |
+
emoji: 💡
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.44.1"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
# Building and Deploying a Gradio UI on Hugging Face Spaces
|
12 |
|
13 |
## Overview
|
|
|
46 |
|
47 |
```bash
|
48 |
python app.py
|
49 |
+
```
|