Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ demo = gr.ChatInterface(
|
|
| 150 |
scale=1,
|
| 151 |
likeable=False,
|
| 152 |
show_copy_button=True
|
| 153 |
-
)
|
| 154 |
theme=gr.themes.Soft(primary_hue="pink"),
|
| 155 |
)
|
| 156 |
|
|
|
|
| 150 |
scale=1,
|
| 151 |
likeable=False,
|
| 152 |
show_copy_button=True
|
| 153 |
+
),
|
| 154 |
theme=gr.themes.Soft(primary_hue="pink"),
|
| 155 |
)
|
| 156 |
|