Spaces:
Runtime error
Runtime error
Commit
·
efce5b5
1
Parent(s):
d9b4dbe
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
|
|
169 |
)
|
170 |
|
171 |
submit_btn.click(fn=chat,
|
172 |
-
inputs=[
|
173 |
outputs=[chatbot, chat_history],
|
174 |
)
|
175 |
|
|
|
169 |
)
|
170 |
|
171 |
submit_btn.click(fn=chat,
|
172 |
+
inputs=[prompt_input, chat_history],
|
173 |
outputs=[chatbot, chat_history],
|
174 |
)
|
175 |
|