Spaces:
Runtime error
Runtime error
J.B-Lin commited on
Commit ·
ed20b95
1
Parent(s): 0155d1a
fix: remove bubble_full_width for Gradio compatibility
Browse files
ui/__pycache__/app_builder.cpython-311.pyc
CHANGED
|
Binary files a/ui/__pycache__/app_builder.cpython-311.pyc and b/ui/__pycache__/app_builder.cpython-311.pyc differ
|
|
|
ui/app_builder.py
CHANGED
|
@@ -195,7 +195,6 @@ def _build_voice_tab(lang_state):
|
|
| 195 |
chatbot = gr.Chatbot(
|
| 196 |
label=t("chat_label", lang),
|
| 197 |
height=420,
|
| 198 |
-
bubble_full_width=False,
|
| 199 |
avatar_images=(None, "🌸"),
|
| 200 |
)
|
| 201 |
|
|
|
|
| 195 |
chatbot = gr.Chatbot(
|
| 196 |
label=t("chat_label", lang),
|
| 197 |
height=420,
|
|
|
|
| 198 |
avatar_images=(None, "🌸"),
|
| 199 |
)
|
| 200 |
|