Spaces:
Runtime error
Runtime error
Commit
·
1f6bc1e
1
Parent(s):
633410f
Add application file
Browse files
app.py
CHANGED
|
@@ -19,11 +19,7 @@ with open("~/.streamlit/config.toml", "w") as file:
|
|
| 19 |
file.write(
|
| 20 |
"""
|
| 21 |
[theme]
|
| 22 |
-
|
| 23 |
-
backgroundColor="#FFFFFF"
|
| 24 |
-
secondaryBackgroundColor="#F0F2F6"
|
| 25 |
-
textColor="#262730"
|
| 26 |
-
font="sans serif"
|
| 27 |
"""
|
| 28 |
)
|
| 29 |
|
|
|
|
| 19 |
file.write(
|
| 20 |
"""
|
| 21 |
[theme]
|
| 22 |
+
base = "light"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"""
|
| 24 |
)
|
| 25 |
|