VyLala commited on
Commit
99f8558
·
verified ·
1 Parent(s): 7eda250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("🧬 Classifier"):
136
- gr.Markdown("# 🧬 mtDNA Location Classifier (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.")
 
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.")