Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -19,7 +19,6 @@ from datetime import datetime
|
|
| 19 |
import warnings
|
| 20 |
warnings.filterwarnings('ignore')
|
| 21 |
|
| 22 |
-
|
| 23 |
# Color palette
|
| 24 |
COLORS = {
|
| 25 |
'primary': '#14213d', # Dark blue
|
|
|
|
| 19 |
import warnings
|
| 20 |
warnings.filterwarnings('ignore')
|
| 21 |
|
|
|
|
| 22 |
# Color palette
|
| 23 |
COLORS = {
|
| 24 |
'primary': '#14213d', # Dark blue
|