Update .huggingface.yaml
Browse files- .huggingface.yaml +2 -1
.huggingface.yaml
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
sdk: streamlit
|
| 2 |
-
|
|
|
|
|
|
| 1 |
sdk: streamlit
|
| 2 |
+
sdk_version: "1.26.0" # or any recent stable version
|
| 3 |
+
app_file: app.py
|