Commit
•
01b570b
1
Parent(s):
a00d940
Update app.py (#2)
Browse files- Update app.py (d61396360cdb94f4f5f6ff08c7115fb1b7a47db3)
Co-authored-by: Tumaini Lyimo <[email protected]>
app.py
CHANGED
@@ -89,6 +89,9 @@ def generate_response(user_input):
|
|
89 |
return response['choices'][0]['message']['content']
|
90 |
|
91 |
def main():
|
|
|
|
|
|
|
92 |
st.title("KIITEC VIRTUAL ASSISTANT")
|
93 |
user_input = st.text_input("Enter your question:")
|
94 |
if st.button("Answer"):
|
|
|
89 |
return response['choices'][0]['message']['content']
|
90 |
|
91 |
def main():
|
92 |
+
st.image('logo.png', caption=None, width=None, use_column_width=None, clamp=False, channels="RGB", output_format="auto")
|
93 |
+
|
94 |
+
st.markdown("<h3 style='text-align: center; color: grey;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS &COMPUTERS</h2>", unsafe_allow_html=True)
|
95 |
st.title("KIITEC VIRTUAL ASSISTANT")
|
96 |
user_input = st.text_input("Enter your question:")
|
97 |
if st.button("Answer"):
|