supernovamutinda
commited on
Commit
β’
e771190
1
Parent(s):
a36a5c1
Update app.py
Browse files
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",
|
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")
|