Spaces:
Build error
Build error
config files for streamlit app
Browse files- .streamlit/.DS_Store +0 -0
- .streamlit/config.toml +4 -0
.streamlit/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base="light"
|
| 3 |
+
primaryColor="#ff6100"
|
| 4 |
+
backgroundColor="#e4e4e4"
|