give me app dashboard that have two pages and represents the px.data.gapminder data. First page represents data from 2002 year, and another page represents the page for the 2007 year
To upload files, please first save the app
import streamlit as st
# Run the selected page
pg = st.navigation([st.Page("mypages/page_2002.py"), st.Page("mypages/page_2007.py")])
pg.run()
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?