Skip to content

Commit 8fb474c

Browse files
authored
Add page for project proposals in navigation
Added a new page for project proposals to the navigation.
1 parent 97db4e4 commit 8fb474c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# Define the pages
44
main_page = st.Page("app.py", title="EIA Fuel Type Demand")
55
page_2 = st.Page("region.py", title="EIA Region Demand")
6-
6+
page_3 = st.Page("proposal.py", title="Project Proposal, Feedback, and Reflections")
77
# Set up navigation
88
pg = st.navigation([main_page, page_2])
99

1010
# Run the selected page
1111
pg.run()
12+

0 commit comments

Comments
 (0)