Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ menu = st.sidebar.selectbox(
|
|
13 |
["Introduction", "Funding", "Networking", "Content Delivery", "Maintenance"]
|
14 |
)
|
15 |
|
|
|
|
|
16 |
# Introduction Section
|
17 |
if menu == "Introduction":
|
18 |
st.title("Welcome to the Smart Network Infrastructure Planner")
|
|
|
13 |
["Introduction", "Funding", "Networking", "Content Delivery", "Maintenance"]
|
14 |
)
|
15 |
|
16 |
+
menu = "Networking"
|
17 |
+
|
18 |
# Introduction Section
|
19 |
if menu == "Introduction":
|
20 |
st.title("Welcome to the Smart Network Infrastructure Planner")
|