Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|