eaglelandsonce commited on
Commit
927a9ac
·
verified ·
1 Parent(s): 58edc10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")