Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -619,7 +619,7 @@ def chatbot_interface():
|
|
619 |
# title="Chat with GBVR",
|
620 |
# fill_height=True
|
621 |
# )
|
622 |
-
|
623 |
chat_interface = gr.ChatInterface(
|
624 |
fn=rag_memory_stream,
|
625 |
title="Chat with GBVR",
|
|
|
619 |
# title="Chat with GBVR",
|
620 |
# fill_height=True
|
621 |
# )
|
622 |
+
with chatbot_container:
|
623 |
chat_interface = gr.ChatInterface(
|
624 |
fn=rag_memory_stream,
|
625 |
title="Chat with GBVR",
|