mahiatlinux commited on
Commit
90753c9
1 Parent(s): 09d2438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ chat_interface = gr.ChatInterface(
122
  value=1.2,
123
  ),
124
  ],
125
- stop_btn=gr.Button,
126
  examples=[
127
  # Examples to assist users in starting conversations with the AI.
128
  ],
 
122
  value=1.2,
123
  ),
124
  ],
125
+ stop_btn=None,
126
  examples=[
127
  # Examples to assist users in starting conversations with the AI.
128
  ],