acecalisto3 commited on
Commit
854cf98
·
verified ·
1 Parent(s): 083e350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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), outputs=chatbot)
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