supernovamutinda commited on
Commit
d5e3e1d
1 Parent(s): 092f929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
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 == "Projects":
14
  st.title("Projects done by Samuel")
15
 
16
- if choice == "Contact":
17
  st.title("You can contact me via:")
18
 
19
- if choice == "Attached files":
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")