TibbtechUser commited on
Commit
6693787
·
verified ·
1 Parent(s): 147684f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -471,7 +471,7 @@ def on_select(evt: gr.SelectData):
471
 
472
  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
  gr.Markdown("### Step 1: Upload your sample and choose type")
477
  with gr.Row():
 
471
 
472
  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
  gr.Markdown("### Step 1: Upload your sample and choose type")
477
  with gr.Row():