Spaces:
Sleeping
Sleeping
construct the location of the components
Browse files
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")
|