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