Update app.py
Browse files
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=
|
| 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=2):
|
| 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")
|