Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Education with Fun
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -29,4 +29,4 @@ An interactive learning app designed for Grade 5 & 6 students to learn Science t
|
|
| 29 |
|
| 30 |
```bash
|
| 31 |
pip install -r requirements.txt
|
| 32 |
-
streamlit run app.py
|
|
|
|
| 1 |
---
|
| 2 |
title: Education with Fun
|
| 3 |
+
emoji: 📚
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.45.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 29 |
|
| 30 |
```bash
|
| 31 |
pip install -r requirements.txt
|
| 32 |
+
streamlit run app.py
|