Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,7 +299,7 @@ with gr.Blocks(theme=simple_theme, title=APP_TITLE) as interface:
|
|
| 299 |
run_btn = gr.Button("🚀 Run Validation", variant="primary", scale=1)
|
| 300 |
|
| 301 |
with gr.Row():
|
| 302 |
-
with gr.Column(scale=
|
| 303 |
pdf_preview = gr.HTML(label="📑 PDF Preview", value="<p>Upload a PDF to preview</p>")
|
| 304 |
with gr.Column(scale=2):
|
| 305 |
output_md = gr.Markdown(
|
|
|
|
| 299 |
run_btn = gr.Button("🚀 Run Validation", variant="primary", scale=1)
|
| 300 |
|
| 301 |
with gr.Row():
|
| 302 |
+
with gr.Column(scale=2):
|
| 303 |
pdf_preview = gr.HTML(label="📑 PDF Preview", value="<p>Upload a PDF to preview</p>")
|
| 304 |
with gr.Column(scale=2):
|
| 305 |
output_md = gr.Markdown(
|