supernovamutinda
commited on
Commit
•
992c2f9
1
Parent(s):
d5e3e1d
Update app.py
Browse files
app.py
CHANGED
@@ -11,13 +11,13 @@ if choice == "Home/about":
|
|
11 |
st.title("Welcome to Campus Comrade Assitant")
|
12 |
|
13 |
if choice == "Meal Suggester":
|
14 |
-
st.title("
|
15 |
|
16 |
if choice == "Accomodation available":
|
17 |
-
st.title("
|
18 |
|
19 |
if choice == "Assignment assist":
|
20 |
-
st.title("
|
21 |
|
22 |
if choice == "Events":
|
23 |
-
st.title("
|
|
|
11 |
st.title("Welcome to Campus Comrade Assitant")
|
12 |
|
13 |
if choice == "Meal Suggester":
|
14 |
+
st.title("Time to Eat")
|
15 |
|
16 |
if choice == "Accomodation available":
|
17 |
+
st.title("Ready to Move in?")
|
18 |
|
19 |
if choice == "Assignment assist":
|
20 |
+
st.title("Let's complete that assignment")
|
21 |
|
22 |
if choice == "Events":
|
23 |
+
st.title("Collaborate and Jazz. Events around You")
|