Crackershoot commited on
Commit
2256b6f
Β·
verified Β·
1 Parent(s): 13cca5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks(title="# 🌊 Dox the Data Professional's Advisor πŸ€–", theme=gr
260
  )
261
 
262
  # PDF preview column (Output)
263
- with gr.Column(scale=3):
264
  markdown = gr.Markdown("### πŸ“„ Referenced PDF Document will show here: ‡️")
265
  link_state = gr.State()
266
  show_btn = gr.Button("Show PDF πŸ“„", visible=False, variant="secondary")
 
260
  )
261
 
262
  # PDF preview column (Output)
263
+ with gr.Column(scale=1):
264
  markdown = gr.Markdown("### πŸ“„ Referenced PDF Document will show here: ‡️")
265
  link_state = gr.State()
266
  show_btn = gr.Button("Show PDF πŸ“„", visible=False, variant="secondary")