Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ demo = gr.ChatInterface(
|
|
169 |
bubble_full_width=False,
|
170 |
),
|
171 |
theme="Soft",
|
172 |
-
examples=[["what is Diabetes?
|
173 |
title=TITLE,
|
174 |
description=DESCRIPTION,
|
175 |
)
|
|
|
169 |
bubble_full_width=False,
|
170 |
),
|
171 |
theme="Soft",
|
172 |
+
examples=[["what is Diabetes?"]],
|
173 |
title=TITLE,
|
174 |
description=DESCRIPTION,
|
175 |
)
|