Walterchamy commited on
Commit
eed3584
1 Parent(s): cc4fbe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -2
app.py CHANGED
@@ -55,6 +55,21 @@ Fee structure and Mode of Payment for Diploma Programs:
55
 
56
  KIITEC students wear uniforms. The uniforms consist of light blue shirts and dark blue sweaters, dark blue skirts, and dark blue trousers.
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  KIITEC Vision:
59
  To become a leading provider of quality technical education and training to empower the youth of Tanzania and the Eastern Africa region.
60
 
@@ -109,11 +124,12 @@ def main():
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("Answer"):
114
  with st.spinner("Generating Response...."):
115
  response_text = generate_response(user_input)
116
- st.write("Response:", response_text)
117
  text_to_speech(response_text)
118
 
119
  if __name__ == '__main__':
 
55
 
56
  KIITEC students wear uniforms. The uniforms consist of light blue shirts and dark blue sweaters, dark blue skirts, and dark blue trousers.
57
 
58
+ Kiitec has tutors and staff members are not only highly qualified professionals in their respective fields but also dedicated mentors, guiding students towards academic success and personal growth,and those tutors are:
59
+ -Tumaini Lyimo working as head of Computer department and tutor of computer software , Artificial Intelligence and other fields related to computer
60
+ -Makori Makori a tutor of computer hardware , computer application and other fields related to computer
61
+ -James Makyao a tutor of Communicaton skills and Language
62
+ -Senkoro Mrutu a tutor of Telecommunication , Elecronics and robotics
63
+ -Bertha Mbugha a tutor of Networking ,Telecommunication and electronics
64
+ -Annastazia Mlacha a tutor of Mathematics , Electrical and Electronics
65
+ -Albert Mtana working as head of Industrial Automation department and tutor of Electrical and Industrial
66
+ -Elias Mwaimu a tutor of Electrical and Industrial Automation
67
+ -Samson a tutor of Electrical and Industrial Automation
68
+
69
+ KIITEC has administration department were there members in the department as follows:
70
+ - Father Sebastian working as Director of Kiitec Institution and also as current Principle replacing Mr.Gerald Sambayuka who has recently retire at kiitec institution
71
+ - Trace Kavishe working as Admin at kiitec institution
72
+ - Hannah Pondo working as Buser at kiitec institution
73
  KIITEC Vision:
74
  To become a leading provider of quality technical education and training to empower the youth of Tanzania and the Eastern Africa region.
75
 
 
124
  with col2:
125
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
126
  st.header("KIITEC VIRTUAL ASSISTANT")
127
+ st.write("Welcome for questions concerning kiitec insitution")
128
  user_input = st.text_input("Enter your question:")
129
+ if st.button("Welcome for questions concerning kiitec insitution")
130
  with st.spinner("Generating Response...."):
131
  response_text = generate_response(user_input)
132
+ st.write("Answer:", response_text)
133
  text_to_speech(response_text)
134
 
135
  if __name__ == '__main__':