jackkuo commited on
Commit
4e7ae35
·
verified ·
1 Parent(s): f6dbe48

Update app.py

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