supernovamutinda
commited on
Commit
·
6deb08a
1
Parent(s):
15c7cc8
Update app.py
Browse files
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("
|
7 |
-
choice = st.radio("Navigation", ["
|
8 |
-
st.info("This project application helps you
|
9 |
|
10 |
-
if choice == "
|
11 |
-
st.title("
|
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")
|