Create .space_config.json
Browse files- .space_config.json +4 -0
.space_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sdk": "streamlit",
|
| 3 |
+
"python": "3.10"
|
| 4 |
+
}
|