Spaces:
Sleeping
Sleeping
Walterchamy
commited on
Commit
•
06154e4
1
Parent(s):
eed3584
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def main():
|
|
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("
|
130 |
with st.spinner("Generating Response...."):
|
131 |
response_text = generate_response(user_input)
|
132 |
st.write("Answer:", response_text)
|
|
|
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("Answer"):
|
130 |
with st.spinner("Generating Response...."):
|
131 |
response_text = generate_response(user_input)
|
132 |
st.write("Answer:", response_text)
|