supernovamutinda
commited on
Commit
•
2cdea27
1
Parent(s):
6f34f3f
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,11 @@ 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")
|
12 |
-
st.write("In this app you can book an event, get balanced diet meal suggestions, find accomodation around you and so much more. welcome to your onestop comrade assist app")
|
13 |
|
14 |
if choice == "Meal Suggester":
|
15 |
st.title("Time to Eat")
|
|
|
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")
|
12 |
+
st.write("In this app you can book an event, get balanced diet meal suggestions, find accomodation around you and so much more. welcome to your onestop comrade assist app🔥")
|
13 |
|
14 |
if choice == "Meal Suggester":
|
15 |
st.title("Time to Eat")
|