Commit
•
d5e3e1d
1
Parent(s):
092f929
Update app.py
Browse files
app.py
CHANGED
@@ -10,11 +10,14 @@ with st.sidebar:
|
|
10 |
if choice == "Home/about":
|
11 |
st.title("Welcome to Campus Comrade Assitant")
|
12 |
|
13 |
-
if choice == "
|
14 |
st.title("Projects done by Samuel")
|
15 |
|
16 |
-
if choice == "
|
17 |
st.title("You can contact me via:")
|
18 |
|
19 |
-
if choice == "
|
20 |
-
st.title("Download final project report here")
|
|
|
|
|
|
|
|
10 |
if choice == "Home/about":
|
11 |
st.title("Welcome to Campus Comrade Assitant")
|
12 |
|
13 |
+
if choice == "Meal Suggester":
|
14 |
st.title("Projects done by Samuel")
|
15 |
|
16 |
+
if choice == "Accomodation available":
|
17 |
st.title("You can contact me via:")
|
18 |
|
19 |
+
if choice == "Assignment assist":
|
20 |
+
st.title("Download final project report here")
|
21 |
+
|
22 |
+
if choice == "Events":
|
23 |
+
st.title("Projects done by Samuel")
|