Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def Chatbot():
|
|
12 |
st.title("Chatbot")
|
13 |
if query := st.chat_input("enter your message"):
|
14 |
|
15 |
-
umsg =
|
16 |
with st.chat_message("user"):
|
17 |
|
18 |
st.write("umsg")
|
|
|
12 |
st.title("Chatbot")
|
13 |
if query := st.chat_input("enter your message"):
|
14 |
|
15 |
+
umsg = quora.get_answer(query)
|
16 |
with st.chat_message("user"):
|
17 |
|
18 |
st.write("umsg")
|