Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -128,6 +128,7 @@ demo = gr.ChatInterface(
|
|
128 |
show_copy_button=True,
|
129 |
layout="bubble",
|
130 |
bubble_full_width=False,
|
|
|
131 |
),
|
132 |
theme="Soft",
|
133 |
examples=["what's anarchy ? "],
|
|
|
128 |
show_copy_button=True,
|
129 |
layout="bubble",
|
130 |
bubble_full_width=False,
|
131 |
+
type="tuples",
|
132 |
),
|
133 |
theme="Soft",
|
134 |
examples=["what's anarchy ? "],
|