Walterchamy commited on
Commit
20f4ffa
1 Parent(s): f438ed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ def main():
222
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
223
  st.header("KIITEC VIRTUAL ASSISTANT")
224
  st.write("Welcome for questions concerning kiitec institution")
225
- user_input = st.text_input("Enter your question:")
226
  if st.button("Answer"):
227
  with st.spinner("Generating Response...."):
228
  response_text = generate_response(user_input)
 
222
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
223
  st.header("KIITEC VIRTUAL ASSISTANT")
224
  st.write("Welcome for questions concerning kiitec institution")
225
+ user_input = st.text_input("Enter ur question:")
226
  if st.button("Answer"):
227
  with st.spinner("Generating Response...."):
228
  response_text = generate_response(user_input)