Spaces:
Running
Running
Blu3Orange
commited on
Commit
·
30d925d
1
Parent(s):
ea180fc
fix: Remove type specification from deliberation chat UI component
Browse files
app.py
CHANGED
|
@@ -342,7 +342,6 @@ def create_ui():
|
|
| 342 |
height=400,
|
| 343 |
show_label=False,
|
| 344 |
elem_id="deliberation-chat",
|
| 345 |
-
type="messages",
|
| 346 |
)
|
| 347 |
|
| 348 |
# Player input
|
|
|
|
| 342 |
height=400,
|
| 343 |
show_label=False,
|
| 344 |
elem_id="deliberation-chat",
|
|
|
|
| 345 |
)
|
| 346 |
|
| 347 |
# Player input
|