YKajima commited on
Commit
b3fb86f
1 Parent(s): b61760d

construct the location of the components

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ async def chat(input_text, input_url):
45
 
46
  with gr.Blocks() as iface:
47
  # UI
48
- with gr.Row:
49
- with gr.Column:
50
  input_text = gr.Textbox(label="")
51
  input_url = gr.Textbox(label="")
52
  chat_btn = gr.Button("Chat")
 
45
 
46
  with gr.Blocks() as iface:
47
  # UI
48
+ with gr.Row():
49
+ with gr.Column():
50
  input_text = gr.Textbox(label="")
51
  input_url = gr.Textbox(label="")
52
  chat_btn = gr.Button("Chat")