Update app.py
#2
by
lyimo
- opened
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"):
|