Spaces:
Sleeping
Sleeping
Commit
·
2d8dc0d
1
Parent(s):
8479f17
Specify Python 3.11 for deployment
Browse files- .streamlit/config.toml +2 -0
- git +0 -0
- streamlit/config.toml +0 -6
.streamlit/config.toml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
[runtime]
|
2 |
+
python = "3.11" # Or "3.10" or "3.9" - try 3.11 first as it's recent but widely supported.
|
git
ADDED
File without changes
|
streamlit/config.toml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
[theme]
|
2 |
-
primaryColor = "#1f77b4" # a blue shade
|
3 |
-
backgroundColor = "#FFFFFF" # white background
|
4 |
-
secondaryBackgroundColor = "#FF7F0E" # orange accent
|
5 |
-
textColor = "#000000"
|
6 |
-
font = "Helvetica"
|
|
|
|
|
|
|
|
|
|
|
|
|
|