Spaces:
Sleeping
Sleeping
Walterchamy
commited on
Commit
•
e3530fa
1
Parent(s):
dde3534
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def text_to_speech(text):
|
|
101 |
|
102 |
def main():
|
103 |
|
104 |
-
st.image('logo.png', caption=
|
105 |
|
106 |
st.markdown("<h4 style='text-align: center; color: black;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS &COMPUTERS</h4>", unsafe_allow_html=True)
|
107 |
st.title("KIITEC VIRTUAL ASSISTANT")
|
|
|
101 |
|
102 |
def main():
|
103 |
|
104 |
+
st.image('logo.png', caption=None, width=200, use_column_width=200)
|
105 |
|
106 |
st.markdown("<h4 style='text-align: center; color: black;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS &COMPUTERS</h4>", unsafe_allow_html=True)
|
107 |
st.title("KIITEC VIRTUAL ASSISTANT")
|