supernovamutinda commited on
Commit
6deb08a
·
1 Parent(s): 15c7cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -3,12 +3,12 @@ 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'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
 
10
- if choice == "About Sam":
11
- st.title("Hi am sam")
12
 
13
  if choice == "Projects":
14
  st.title("Projects done by Samuel")
 
3
 
4
  with st.sidebar:
5
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
6
+ st.title("Campus Comrade Assistant")
7
+ choice = st.radio("Navigation", ["Home/about","Meal Suggester","Accomodation available", "Assignment assist", "Events"])
8
+ st.info("This project application helps you accomplish both major and minor tasks efficiently.")
9
 
10
+ if choice == "Home/about":
11
+ st.title("Welcome to Campus Comrade Assitant." :tada)
12
 
13
  if choice == "Projects":
14
  st.title("Projects done by Samuel")