Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ chat_interface = gr.ChatInterface(
|
|
| 123 |
value=1,
|
| 124 |
),
|
| 125 |
],
|
| 126 |
-
stop_btn=
|
| 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?"],
|