ariG23498 HF staff commited on
Commit
bdae782
·
1 Parent(s): 4e1d5f7
Files changed (1) hide show
  1. app.py +2 -2
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.Colum():
64
  query = gr.Textbox(placeholder="What do you have in mind?")
65
  btn = gr.Button(value="Submit")
66
- with gr.Colum():
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():
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()