Migu3low commited on
Commit
f44ac42
·
verified ·
1 Parent(s): 23448a0

Test with gr.Column()

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Row():
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.Row():
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=[