Illia56 commited on
Commit
b7e8e8e
·
1 Parent(s): c9b836b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(title=title,theme=gr.themes.Base(),description = description) as
113
 
114
  txt_msg.then(lambda: gr.update(interactive=True), None, [txt])
115
 
116
- file_msg = btn.stop_recording(add_file, [chatbot, btn], [chatbot]).then(add_text, chatbot, txt).then(
117
  bot, chatbot, chatbot
118
  )
119
 
 
113
 
114
  txt_msg.then(lambda: gr.update(interactive=True), None, [txt])
115
 
116
+ file_msg = btn.stop_recording(add_file, [chatbot, btn], [chatbot]).then(
117
  bot, chatbot, chatbot
118
  )
119