supernovamutinda commited on
Commit
a36a5c1
·
1 Parent(s): 01c0727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(page_title="Samuel Portfolio", page_icon="📈")
9
  with st.sidebar:
10
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
11
  st.title("Samuel's Portfolio")
12
- choice = st.radio("Navigation", ["About Sam","Uber Project","Attached files", "Contact", "Plotting"])
13
  st.info("This project application helps you understand more about Samuel and his capabilities in detail.")
14
 
15
  if choice == "About Sam":
 
9
  with st.sidebar:
10
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
11
  st.title("Samuel's Portfolio")
12
+ choice = st.radio("Navigation", ["About Sam","Uber Project","Attached files", "Plotting", "Contact" ])
13
  st.info("This project application helps you understand more about Samuel and his capabilities in detail.")
14
 
15
  if choice == "About Sam":