Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>'
|
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():
|
|
|
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():
|