Upload folder using huggingface_hub
Browse files- config.yaml +5 -0
config.yaml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Mon App
|
| 3 |
+
sdk: streamlit
|
| 4 |
+
app_file: app.py
|
| 5 |
+
---
|