Spaces:
Sleeping
Sleeping
Commit ·
b16f688
1
Parent(s): d75866e
this
Browse files
convo.py
CHANGED
|
@@ -12,7 +12,7 @@ def convo():
|
|
| 12 |
|
| 13 |
# candidate_labels = ["HELP", "PROBLEM SOLVE", "GENERAL TALK"]
|
| 14 |
|
| 15 |
-
|
| 16 |
ans = chatbot(conversation)
|
| 17 |
# add_user_input = st.button("Add User Input")
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
# candidate_labels = ["HELP", "PROBLEM SOLVE", "GENERAL TALK"]
|
| 14 |
|
| 15 |
+
|
| 16 |
ans = chatbot(conversation)
|
| 17 |
# add_user_input = st.button("Add User Input")
|
| 18 |
|