Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -137,8 +137,7 @@ with gr.Blocks() as demo:
|
|
137 |
pdf_input = gr.File(label="Sube tu PDF", type="filepath")
|
138 |
submit_btn = gr.Button("Procesar PDF")
|
139 |
|
140 |
-
# 馃攧 Bot贸n refrescar
|
141 |
-
gr.HTML('<div style="margin-top: -1em; margin-bottom: 1em;"><a href="" style="display:inline-block;padding:0.5em 1em;background:#eee;border-radius:4px;text-decoration:none;font-weight:bold;">馃攧 Refrescar app</a></div>')
|
142 |
|
143 |
markdown_output = gr.Textbox(label="Markdown estructurado", lines=25, interactive=True)
|
144 |
gallery_output = gr.Gallery(label="Im谩genes extra铆das", type="file")
|
@@ -147,3 +146,4 @@ with gr.Blocks() as demo:
|
|
147 |
submit_btn.click(fn=convert, inputs=[pdf_input], outputs=[markdown_output, gallery_output, download_md])
|
148 |
|
149 |
demo.launch()
|
|
|
|
137 |
pdf_input = gr.File(label="Sube tu PDF", type="filepath")
|
138 |
submit_btn = gr.Button("Procesar PDF")
|
139 |
|
140 |
+
# 馃攧 Bot贸n refrescar eliminado
|
|
|
141 |
|
142 |
markdown_output = gr.Textbox(label="Markdown estructurado", lines=25, interactive=True)
|
143 |
gallery_output = gr.Gallery(label="Im谩genes extra铆das", type="file")
|
|
|
146 |
submit_btn.click(fn=convert, inputs=[pdf_input], outputs=[markdown_output, gallery_output, download_md])
|
147 |
|
148 |
demo.launch()
|
149 |
+
|