supernovamutinda
commited on
Commit
·
1a197b5
1
Parent(s):
2bfe35f
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
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":
|
@@ -21,3 +21,6 @@ if choice == "Assignment assist":
|
|
21 |
|
22 |
if choice == "Events":
|
23 |
st.title("Collaborate and Jazz. Events around You")
|
|
|
|
|
|
|
|
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", "Transcribe, audio to Text"])
|
8 |
st.info("This project application helps you accomplish both major and minor tasks efficiently.")
|
9 |
|
10 |
if choice == "Home/about":
|
|
|
21 |
|
22 |
if choice == "Events":
|
23 |
st.title("Collaborate and Jazz. Events around You")
|
24 |
+
|
25 |
+
if choice == "Transcribe, audio to Text":
|
26 |
+
st.title("Tired of listening long audio? convert to Text")
|