Update app.py
Browse files
app.py
CHANGED
|
@@ -132,6 +132,7 @@ demo = gr.ChatInterface(
|
|
| 132 |
examples=[["✨Future of AI"], ["📱App Development"]],
|
| 133 |
example_icons=["🤖", "📱"],
|
| 134 |
theme="compact",
|
|
|
|
| 135 |
)
|
| 136 |
|
| 137 |
|
|
|
|
| 132 |
examples=[["✨Future of AI"], ["📱App Development"]],
|
| 133 |
example_icons=["🤖", "📱"],
|
| 134 |
theme="compact",
|
| 135 |
+
submit_btn = True,
|
| 136 |
)
|
| 137 |
|
| 138 |
|