Spaces:
Runtime error
Runtime error
Test with gr.Column()
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
44 |
"""
|
45 |
with gr.Blocks() as demo:
|
46 |
gr.Markdown("Used two ChatBots for testing and comparison of correct answers.:+1:")
|
47 |
-
with gr.
|
48 |
chat_1 = gr.ChatInterface(
|
49 |
respond,
|
50 |
additional_inputs=[
|
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
60 |
),
|
61 |
],
|
62 |
)
|
63 |
-
with gr.
|
64 |
chat_2 = gr.ChatInterface(
|
65 |
respond,
|
66 |
additional_inputs=[
|
|
|
44 |
"""
|
45 |
with gr.Blocks() as demo:
|
46 |
gr.Markdown("Used two ChatBots for testing and comparison of correct answers.:+1:")
|
47 |
+
with gr.Column():
|
48 |
chat_1 = gr.ChatInterface(
|
49 |
respond,
|
50 |
additional_inputs=[
|
|
|
60 |
),
|
61 |
],
|
62 |
)
|
63 |
+
with gr.Column():
|
64 |
chat_2 = gr.ChatInterface(
|
65 |
respond,
|
66 |
additional_inputs=[
|