Spaces:
Sleeping
Sleeping
chore: scale change
Browse files
app.py
CHANGED
|
@@ -60,10 +60,10 @@ def get_closest_paper(query):
|
|
| 60 |
with gr.Blocks() as iface:
|
| 61 |
gr.Markdown(project_description)
|
| 62 |
with gr.Row():
|
| 63 |
-
with gr.Column():
|
| 64 |
query = gr.Textbox(placeholder="What do you have in mind?")
|
| 65 |
btn = gr.Button(value="Submit")
|
| 66 |
-
with gr.Column():
|
| 67 |
with gr.Row():
|
| 68 |
title = gr.Textbox()
|
| 69 |
paper_link = gr.Textbox()
|
|
|
|
| 60 |
with gr.Blocks() as iface:
|
| 61 |
gr.Markdown(project_description)
|
| 62 |
with gr.Row():
|
| 63 |
+
with gr.Column(scale=1):
|
| 64 |
query = gr.Textbox(placeholder="What do you have in mind?")
|
| 65 |
btn = gr.Button(value="Submit")
|
| 66 |
+
with gr.Column(scale=3):
|
| 67 |
with gr.Row():
|
| 68 |
title = gr.Textbox()
|
| 69 |
paper_link = gr.Textbox()
|