Namitg02 commited on
Commit
5cbb91d
·
verified ·
1 Parent(s): 5ded92d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )