Spaces:
Running
Running
updated description
Browse files
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
|
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():
|