Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import random
|
|
8 |
CURRENT_THEME = "blue"
|
9 |
IS_DARK_THEME = True
|
10 |
EXPANDER_TEXT = """
|
11 |
-
This is a custom theme. You can enable it by copying the following
|
12 |
to `.streamlit/config.toml`:
|
13 |
```python
|
14 |
[theme]
|
|
|
8 |
CURRENT_THEME = "blue"
|
9 |
IS_DARK_THEME = True
|
10 |
EXPANDER_TEXT = """
|
11 |
+
This is a custom theme. You can enable it by copying the following code
|
12 |
to `.streamlit/config.toml`:
|
13 |
```python
|
14 |
[theme]
|