Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -473,7 +473,7 @@ gallery_images = natsorted(load_gallery_images())
|
|
473 |
with gr.Blocks() as demo:
|
474 |
gr.Markdown("# Map My Sections\n### This GUI is part of the submission to the Allen Institute's Map My Sections tool by Tibbling Technologies.")
|
475 |
|
476 |
-
with gr.
|
477 |
gr.Markdown("### Step 1: Upload your sample, currently only .nii.gz and .png supported")
|
478 |
gr.Markdown("### Step 2: Select your sample and data type.")
|
479 |
with gr.Row():
|
|
|
473 |
with gr.Blocks() as demo:
|
474 |
gr.Markdown("# Map My Sections\n### This GUI is part of the submission to the Allen Institute's Map My Sections tool by Tibbling Technologies.")
|
475 |
|
476 |
+
with gr.Row():
|
477 |
gr.Markdown("### Step 1: Upload your sample, currently only .nii.gz and .png supported")
|
478 |
gr.Markdown("### Step 2: Select your sample and data type.")
|
479 |
with gr.Row():
|