Spaces:
Build error
Build error
new2
Browse files
README.md
CHANGED
@@ -4,7 +4,8 @@ emoji: "🚀"
|
|
4 |
colorFrom: "blue"
|
5 |
colorTo: "purple"
|
6 |
sdk: "streamlit" # Change to "streamlit" if using Streamlit
|
7 |
-
sdk_version: "
|
|
|
8 |
app_file: app.py # Change to "streamlit_app.py" if using Streamlit
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: "blue"
|
5 |
colorTo: "purple"
|
6 |
sdk: "streamlit" # Change to "streamlit" if using Streamlit
|
7 |
+
sdk_version: "1.30.0" # Update to the latest version if needed
|
8 |
+
python_version: "3.6"
|
9 |
app_file: app.py # Change to "streamlit_app.py" if using Streamlit
|
10 |
pinned: false
|
11 |
---
|