merve HF staff commited on
Commit
309fa99
1 Parent(s): 8d913b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -92,14 +92,14 @@ with gr.Blocks(css=css) as demo:
92
 
93
 
94
  with gr.Row():
95
- mkd = gr.Markdown('<h4><center>Upload a PDF</center></h4>',scale=1)
96
- mkd = gr.Markdown('<h4><center><i>OR</i></center></h4>',scale=1)
97
- mkd = gr.Markdown('<h4><center>Provide a PDF link</center></h4>',scale=1)
98
 
99
 
100
  with gr.Row(equal_height=True):
101
- pdf_file = gr.File(label='PDF 📑', file_count='single', scale=1)
102
- pdf_link = gr.Textbox(placeholder='Enter an arxiv link here', label='Link to Paper🔗', scale=1)
103
  with gr.Row():
104
  btn = gr.Button('Run Nougat 🍫')
105
  with gr.Row():
 
92
 
93
 
94
  with gr.Row():
95
+ mkd = gr.Markdown('<h4><center>Upload a PDF</center></h4>')
96
+ mkd = gr.Markdown('<h4><center><i>OR</i></center></h4>')
97
+ mkd = gr.Markdown('<h4><center>Provide a PDF link</center></h4>')
98
 
99
 
100
  with gr.Row(equal_height=True):
101
+ pdf_file = gr.File(label='PDF 📑', file_count='single')
102
+ pdf_link = gr.Textbox(placeholder='Enter an arxiv link here', label='Link to Paper🔗')
103
  with gr.Row():
104
  btn = gr.Button('Run Nougat 🍫')
105
  with gr.Row():