supernovamutinda commited on
Commit
e771190
β€’
1 Parent(s): a36a5c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ 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", "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":
16
  st.title("Hi am 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", "Plotting", "Attached files", "Contact" ])
13
+ st.info("This project application helps you understand more about Samuel and his capabilities in detail😊.")
14
 
15
  if choice == "About Sam":
16
  st.title("Hi am sam")