Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(title="Automated Enzyme Kinetics Extractor") as demo:
|
|
314 |
|
315 |
with gr.Row():
|
316 |
with gr.Column(scale=1):
|
317 |
-
file_out = gr.Gallery(label="PDF Viewer", columns=1, rows=1, height="
|
318 |
|
319 |
with gr.Column(scale=1):
|
320 |
text_output = gr.Textbox(
|
|
|
314 |
|
315 |
with gr.Row():
|
316 |
with gr.Column(scale=1):
|
317 |
+
file_out = gr.Gallery(label="PDF Viewer", columns=1, rows=1, height="820px", preview=True)
|
318 |
|
319 |
with gr.Column(scale=1):
|
320 |
text_output = gr.Textbox(
|