Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def sample_info(sample_id_str, fieldn):
|
|
127 |
|
128 |
if __name__ == "__main__":
|
129 |
|
130 |
-
with gr.Blocks(
|
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):
|