Christopher Capobianco commited on
Commit
431ca06
1 Parent(s): d8d58f7

Fix reference to Intro page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  # Page title
4
  st.set_page_config(page_title="Chris Capobianco's Profile", page_icon=':rocket:', layout='wide')
5
 
6
- home = st.Page('Intro.py', title = 'Home')
7
 
8
  movie_recommendation = st.Page('projects/02_Movie_Recommendation.py', title='Movie Recommendation')
9
  # weather_classification = st.Page('projects/04_Weather_Classification.py', title='Weather Classification')
 
3
  # Page title
4
  st.set_page_config(page_title="Chris Capobianco's Profile", page_icon=':rocket:', layout='wide')
5
 
6
+ home = st.Page('Home.py', title = 'Home')
7
 
8
  movie_recommendation = st.Page('projects/02_Movie_Recommendation.py', title='Movie Recommendation')
9
  # weather_classification = st.Page('projects/04_Weather_Classification.py', title='Weather Classification')