Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"
|
| 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": "
|
| 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",
|