Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,9 +93,9 @@ with gr.Blocks(css=css) as demo:
|
|
93 |
|
94 |
|
95 |
with gr.Row():
|
96 |
-
mkd = gr.Markdown('<h4><center>Upload a PDF</center></h4>'
|
97 |
-
mkd = gr.Markdown('<h4><center><i>OR</i></center></h4>'
|
98 |
-
mkd = gr.Markdown('<h4><center>Provide a PDF link</center></h4>'
|
99 |
|
100 |
|
101 |
with gr.Row(equal_height=True):
|
|
|
93 |
|
94 |
|
95 |
with gr.Row():
|
96 |
+
mkd = gr.Markdown('<h4><center>Upload a PDF</center></h4>')
|
97 |
+
mkd = gr.Markdown('<h4><center><i>OR</i></center></h4>')
|
98 |
+
mkd = gr.Markdown('<h4><center>Provide a PDF link</center></h4>')
|
99 |
|
100 |
|
101 |
with gr.Row(equal_height=True):
|