Ashar086 commited on
Commit
983f9c9
·
verified ·
1 Parent(s): d2b9030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ st.set_page_config(
14
  # Sidebar navigation
15
  st.sidebar.title("Navigation")
16
  page = st.sidebar.radio("Go to", [
17
- "Homepage",
18
  "User Demographics",
19
  "Platform Usage Patterns",
20
  "Video Consumption Insights",
@@ -38,7 +38,7 @@ st.markdown(
38
  # Dynamically load pages
39
  pages_dir = Path("pages")
40
  page_files = {
41
- "HomePage": "homepage.py",
42
  "User Demographics": "overview.py",
43
  "Platform Usage Patterns": "platform_usage.py",
44
  "Video Consumption Insights": "video_insights.py",
 
14
  # Sidebar navigation
15
  st.sidebar.title("Navigation")
16
  page = st.sidebar.radio("Go to", [
17
+ "HomePage",
18
  "User Demographics",
19
  "Platform Usage Patterns",
20
  "Video Consumption Insights",
 
38
  # Dynamically load pages
39
  pages_dir = Path("pages")
40
  page_files = {
41
+ "HomePage": "HomePage.py",
42
  "User Demographics": "overview.py",
43
  "Platform Usage Patterns": "platform_usage.py",
44
  "Video Consumption Insights": "video_insights.py",