Spaces:
Sleeping
Sleeping
Emmanuel Acheampong commited on
Commit ·
296f21f
1
Parent(s): fce7a72
Fix Gradio compatability
Browse files
app.py
CHANGED
|
@@ -443,7 +443,6 @@ with gr.Blocks(title="Crusoe Foundry — Infinite Context Demo") as demo:
|
|
| 443 |
memory_chatbot = gr.Chatbot(
|
| 444 |
label="Memory-Augmented Chat",
|
| 445 |
height=380,
|
| 446 |
-
bubble_full_width=False,
|
| 447 |
)
|
| 448 |
with gr.Row():
|
| 449 |
memory_input = gr.Textbox(
|
|
|
|
| 443 |
memory_chatbot = gr.Chatbot(
|
| 444 |
label="Memory-Augmented Chat",
|
| 445 |
height=380,
|
|
|
|
| 446 |
)
|
| 447 |
with gr.Row():
|
| 448 |
memory_input = gr.Textbox(
|