Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -557,7 +557,7 @@ def main():
|
|
| 557 |
|
| 558 |
# Connect components to the chat app logic
|
| 559 |
submit_button.click(chat_app_logic, inputs=[message, history], outputs=chatbot)
|
| 560 |
-
message.submit(chat_app_logic, inputs=[ history, message
|
| 561 |
# Connect components to the project explorer
|
| 562 |
explore_button.click(project_explorer, inputs=[project_path], outputs=project_output)
|
| 563 |
|
|
|
|
| 557 |
|
| 558 |
# Connect components to the chat app logic
|
| 559 |
submit_button.click(chat_app_logic, inputs=[message, history], outputs=chatbot)
|
| 560 |
+
message.submit(chat_app_logic, inputs=[ history, message], outputs=chatbot)
|
| 561 |
# Connect components to the project explorer
|
| 562 |
explore_button.click(project_explorer, inputs=[project_path], outputs=project_output)
|
| 563 |
|