pmolchanov commited on
Commit
286e0ae
·
verified ·
1 Parent(s): 897faea

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +1 -1
app_chat.py CHANGED
@@ -143,7 +143,7 @@ chat_interface = gr.ChatInterface(
143
  value=1.2,
144
  ),
145
  ],
146
- stop_btn=None,
147
  examples=[
148
  ["Hello there! How are you doing?"],
149
  ["Can you explain briefly to me what is the Python programming language?"],
 
143
  value=1.2,
144
  ),
145
  ],
146
+ stop_btn=True,
147
  examples=[
148
  ["Hello there! How are you doing?"],
149
  ["Can you explain briefly to me what is the Python programming language?"],