aaabiao commited on
Commit
d6e2d93
·
verified ·
1 Parent(s): e774b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ chat_interface = gr.ChatInterface(
102
  value=1.1,
103
  ),
104
  ],
105
- stop_button=True, # Changed stop button to True
106
  examples=[
107
  ["Hello there! How are you doing?"],
108
  ["Can you explain briefly to me what is the Python programming language?"],
 
102
  value=1.1,
103
  ),
104
  ],
105
+ stop_btn=True, # Changed stop button to True
106
  examples=[
107
  ["Hello there! How are you doing?"],
108
  ["Can you explain briefly to me what is the Python programming language?"],