supernovamutinda
commited on
Commit
•
6dc69b7
1
Parent(s):
3dff682
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
|
4 |
with st.sidebar:
|
5 |
st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
|
6 |
-
st.title("Samuel Portfolio")
|
7 |
choice = st.radio("Navigation", ["About Sam","Projects","Attached files", "Contact"])
|
8 |
st.info("This project application helps you understand more about Samuel and his capabilities in detail.")
|
9 |
|
|
|
3 |
|
4 |
with st.sidebar:
|
5 |
st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
|
6 |
+
st.title("Samuel's Portfolio")
|
7 |
choice = st.radio("Navigation", ["About Sam","Projects","Attached files", "Contact"])
|
8 |
st.info("This project application helps you understand more about Samuel and his capabilities in detail.")
|
9 |
|