Walterchamy commited on
Commit
2a27b5a
1 Parent(s): e3530fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ 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")
108
  user_input = st.text_input("Enter your question:")
109
  if st.button("Generate"):
 
103
 
104
  st.image('logo.png', caption=None, width=200, use_column_width=200)
105
 
106
+ st.markdown("<h4 style='text-align: center; color: White;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS &COMPUTERS</h4>", unsafe_allow_html=True)
107
  st.title("KIITEC VIRTUAL ASSISTANT")
108
  user_input = st.text_input("Enter your question:")
109
  if st.button("Generate"):