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