Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,9 +84,6 @@ def apply_simplified_theme():
|
|
84 |
)
|
85 |
return
|
86 |
|
87 |
-
# Set the App configuration
|
88 |
-
st.set_page_config(page_title="Executive Insights Pro", layout="wide", page_icon="📈")
|
89 |
-
|
90 |
# Apply background and simplified theme
|
91 |
set_background()
|
92 |
apply_simplified_theme()
|
|
|
84 |
)
|
85 |
return
|
86 |
|
|
|
|
|
|
|
87 |
# Apply background and simplified theme
|
88 |
set_background()
|
89 |
apply_simplified_theme()
|