Spaces:
Paused
Paused
Update app_chat.py
Browse files- 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=
|
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?"],
|