alejandrocl86 commited on
Commit
72bb668
·
verified ·
1 Parent(s): cfd65bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import seaborn as sns
6
  import plotly.express as px
7
  from datetime import datetime, timedelta
8
 
9
- # Set page config with light theme
10
- st.set_page_config(page_title="Healthcare Dashboard", layout="wide", initial_sidebar_state="expanded", theme={"primaryColor":"#1b1e23", "backgroundColor":"#ffffff", "secondaryBackgroundColor":"#f0f2f6", "textColor":"#262730"})
11
 
12
  # Load sample data (replace this with your actual data loading logic)
13
  @st.cache_data
 
6
  import plotly.express as px
7
  from datetime import datetime, timedelta
8
 
9
+ # Set page config
10
+ st.set_page_config(page_title="Healthcare Dashboard", layout="wide")
11
 
12
  # Load sample data (replace this with your actual data loading logic)
13
  @st.cache_data