Spaces:
Runtime error
Runtime error
Update bin_public/app/Chatbot.py
Browse files
bin_public/app/Chatbot.py
CHANGED
|
@@ -299,7 +299,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
| 299 |
interviewer.click(predict, [
|
| 300 |
keyTxt,
|
| 301 |
invite_code,
|
| 302 |
-
|
| 303 |
history,
|
| 304 |
user_input,
|
| 305 |
chatbot,
|
|
|
|
| 299 |
interviewer.click(predict, [
|
| 300 |
keyTxt,
|
| 301 |
invite_code,
|
| 302 |
+
patient_prompt,
|
| 303 |
history,
|
| 304 |
user_input,
|
| 305 |
chatbot,
|