Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ KIITEC Values:
71
  - Innovation and creativity.
72
 
73
  For contact information:
74
- - Phone: +255 27 250 4384
75
  - Mobile: +255 757 845 118
76
  - Email: [email protected]
77
  - P.O. Box 3172, Arusha
@@ -91,7 +91,7 @@ def generate_response(user_input):
91
  def main():
92
  st.title("KIITEC VIRTUAL ASSISTANT")
93
  user_input = st.text_input("Enter your question:")
94
- if st.button("Generate"):
95
  with st.spinner("Generating Response...."):
96
  response_text = generate_response(user_input)
97
  st.write("Response:", response_text)
 
71
  - Innovation and creativity.
72
 
73
  For contact information:
74
+ - Phone: +255 685 273 530
75
  - Mobile: +255 757 845 118
76
  - Email: [email protected]
77
  - P.O. Box 3172, Arusha
 
91
  def main():
92
  st.title("KIITEC VIRTUAL ASSISTANT")
93
  user_input = st.text_input("Enter your question:")
94
+ if st.button("Answer"):
95
  with st.spinner("Generating Response...."):
96
  response_text = generate_response(user_input)
97
  st.write("Response:", response_text)