Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,9 @@ title: Streamlit Docker
|
|
3 |
emoji: 🔥
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
-
sdk:
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
3 |
emoji: 🔥
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
pinned: false
|
8 |
+
app_file: landing.py
|
9 |
---
|
10 |
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|