fabiencasenave commited on
Commit
a25b8c0
·
verified ·
1 Parent(s): 1d03c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def sample_info(sample_id_str, fieldn):
127
 
128
  if __name__ == "__main__":
129
 
130
- with gr.Blocks(fill_height=True) as demo:
131
  gr.Markdown(_HEADER_)
132
  with gr.Row(variant="panel"):
133
  with gr.Column(scale=1):
 
127
 
128
  if __name__ == "__main__":
129
 
130
+ with gr.Blocks(fill_width=True) as demo:
131
  gr.Markdown(_HEADER_)
132
  with gr.Row(variant="panel"):
133
  with gr.Column(scale=1):