Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,8 +132,8 @@ css = """
|
|
| 132 |
with gr.Blocks(css=css) as interface:
|
| 133 |
# with gr.Tab("CURIOUS ABOUT THIS PRODUCT?"):
|
| 134 |
# gr.HTML(value=pricing_html)
|
| 135 |
-
with gr.Tab("🧬
|
| 136 |
-
gr.Markdown("# 🧬
|
| 137 |
#inputMode = gr.Radio(choices=["Single Accession", "Batch Input"], value="Single Accession", label="Choose Input Mode")
|
| 138 |
user_email = gr.Textbox(label="📧 Your email (used to track free quota). ",
|
| 139 |
placeholder="Enter your email and click Submit and Classify button below to run accessions.\nYou'll get +20 extra free queries and can download the results.")
|
|
|
|
| 132 |
with gr.Blocks(css=css) as interface:
|
| 133 |
# with gr.Tab("CURIOUS ABOUT THIS PRODUCT?"):
|
| 134 |
# gr.HTML(value=pricing_html)
|
| 135 |
+
with gr.Tab("🧬 BioMetadataAudit"):
|
| 136 |
+
gr.Markdown("# 🧬 BioMetadataAudit (MVP)")
|
| 137 |
#inputMode = gr.Radio(choices=["Single Accession", "Batch Input"], value="Single Accession", label="Choose Input Mode")
|
| 138 |
user_email = gr.Textbox(label="📧 Your email (used to track free quota). ",
|
| 139 |
placeholder="Enter your email and click Submit and Classify button below to run accessions.\nYou'll get +20 extra free queries and can download the results.")
|