not-lain commited on
Commit
d034fbe
·
verified ·
1 Parent(s): 844b0d3

Update app.py

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