TibbtechUser commited on
Commit
9ad0a64
·
verified ·
1 Parent(s): 093598b

Upload app.py

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