Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
|
|
3 |
with gr.Blocks() as demo:
|
4 |
|
5 |
with gr.Row():
|
6 |
-
pdf_file = gr.File(label='Upload a PDF')
|
7 |
-
mkd = gr.
|
8 |
-
pdf_link = gr.Textbox(placeholder='Enter an arxiv link here', label='Provide a link')
|
9 |
|
10 |
with gr.Row():
|
11 |
parsed_output = gr.Textbox(lines=5)
|
|
|
3 |
with gr.Blocks() as demo:
|
4 |
|
5 |
with gr.Row():
|
6 |
+
pdf_file = gr.File(label='Upload a PDF', scale=1)
|
7 |
+
mkd = gr.HTML(' <i>OR</i> ', scale=1)
|
8 |
+
pdf_link = gr.Textbox(placeholder='Enter an arxiv link here', label='Provide a link', scale=1)
|
9 |
|
10 |
with gr.Row():
|
11 |
parsed_output = gr.Textbox(lines=5)
|