sujataprakashdatycs commited on
Commit
8e424bb
·
verified ·
1 Parent(s): 12d18f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1):
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(