Walterchamy commited on
Commit
3acb3a3
1 Parent(s): ae1051c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def main():
108
 
109
  with col2:
110
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
111
- st.title("KIITEC VIRTUAL ASSISTANT")
112
  user_input = st.text_input("Enter your question:")
113
  if st.button("Generate"):
114
  with st.spinner("Generating Response...."):
 
108
 
109
  with col2:
110
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
111
+ st.header("KIITEC VIRTUAL ASSISTANT")
112
  user_input = st.text_input("Enter your question:")
113
  if st.button("Generate"):
114
  with st.spinner("Generating Response...."):