Spaces:
Sleeping
Sleeping
Walterchamy
commited on
Commit
•
ff877e2
1
Parent(s):
1d77d56
Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,9 @@ def text_to_speech(text):
|
|
100 |
st.audio("output.mp3")
|
101 |
|
102 |
def main():
|
|
|
|
|
|
|
103 |
st.title("KIITEC VIRTUAL ASSISTANT")
|
104 |
user_input = st.text_input("Enter your question:")
|
105 |
if st.button("Generate"):
|
|
|
100 |
st.audio("output.mp3")
|
101 |
|
102 |
def main():
|
103 |
+
st.image('logo.png', caption=None, width=auto, use_column_width=None, clamp=False, channels="RGB", output_format="auto")
|
104 |
+
|
105 |
+
st.markdown("<h3 style='text-align: center; color: black;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS &COMPUTERS</h2>", unsafe_allow_html=True)
|
106 |
st.title("KIITEC VIRTUAL ASSISTANT")
|
107 |
user_input = st.text_input("Enter your question:")
|
108 |
if st.button("Generate"):
|