not-lain commited on
Commit
dc30c84
·
verified ·
1 Parent(s): bda7968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ demo = gr.ChatInterface(
130
  bubble_full_width=False,
131
  ),
132
  theme="Soft",
133
- examples=[["what's anarchy ? "]],
134
  title=TITLE,
135
  description=DESCRIPTION,
136
 
 
130
  bubble_full_width=False,
131
  ),
132
  theme="Soft",
133
+ examples=["what's anarchy ? "],
134
  title=TITLE,
135
  description=DESCRIPTION,
136