Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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():
|