Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ chat_interface = gr.ChatInterface(
|
|
102 |
value=1.1,
|
103 |
),
|
104 |
],
|
105 |
-
|
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?"],
|