guoday commited on
Commit
9c814e3
1 Parent(s): 76d1156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ chat_interface = gr.ChatInterface(
123
  value=1,
124
  ),
125
  ],
126
- stop_btn=None,
127
  examples=[
128
  ["implement snake game using pygame"],
129
  ["Can you explain briefly to me what is the Python programming language?"],
 
123
  value=1,
124
  ),
125
  ],
126
+ stop_btn=gr.Button("Stop"),
127
  examples=[
128
  ["implement snake game using pygame"],
129
  ["Can you explain briefly to me what is the Python programming language?"],