cbensimon HF staff commited on
Commit
b18d83d
1 Parent(s): e4a737f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 codes
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]