SamiKoen commited on
Commit
607111a
·
1 Parent(s): 246e061

Fix indentation for msg.submit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1166,7 +1166,7 @@ with gr.Blocks(css=custom_css, theme="soft", title="Trek Asistanı", head=storag
1166
 
1167
  api_btn.click(fn=get_conversations_api, outputs=api_output, api_name="get_conversations")
1168
 
1169
- msg.submit(respond, [msg, chatbot], [msg, chatbot], show_progress=True)
1170
 
1171
  # API will be handled separately in production
1172
 
 
1166
 
1167
  api_btn.click(fn=get_conversations_api, outputs=api_output, api_name="get_conversations")
1168
 
1169
+ msg.submit(respond, [msg, chatbot], [msg, chatbot], show_progress=True)
1170
 
1171
  # API will be handled separately in production
1172