Spaces:
Sleeping
Sleeping
Walterchamy
commited on
Commit
•
cc4fbe3
1
Parent(s):
3acb3a3
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def main():
|
|
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("
|
114 |
with st.spinner("Generating Response...."):
|
115 |
response_text = generate_response(user_input)
|
116 |
st.write("Response:", response_text)
|
|
|
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)
|