acecalisto3 commited on
Commit
c675c54
·
verified ·
1 Parent(s): 104964b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def create_interface():
144
  stop_button.click(stop_scraping, outputs=csv_output)
145
 
146
  # Connect message submission to the chat interface
147
- message.submit(chat_interface, inputs=[message, create_history, system_message, max_tokens, temperature, top_p], outputs=[chat_history, response_box])
148
 
149
  # Add a button to display the CSV content for a selected URL
150
  with gr.Row():
 
144
  stop_button.click(stop_scraping, outputs=csv_output)
145
 
146
  # Connect message submission to the chat interface
147
+ message.submit(create_interface, inputs=[message, chat_history, system_message, max_tokens, temperature, top_p], outputs=[chat_history, response_box])
148
 
149
  # Add a button to display the CSV content for a selected URL
150
  with gr.Row():