VyLala commited on
Commit
4ee7ac8
·
verified ·
1 Parent(s): 481f757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks() as interface:
26
  gr.Markdown("# 🧬 mtDNA Location Classifier (MVP)")
27
  #inputMode = gr.Radio(choices=["Single Accession", "Batch Input"], value="Single Accession", label="Choose Input Mode")
28
  user_email = gr.Textbox(label="📧 Your email (used to track free quota)")
29
- usage_display = gr.Markdown("", visible=Fals)
30
 
31
  # with gr.Group() as single_input_group:
32
  # single_accession = gr.Textbox(label="Enter Single Accession (e.g., KU131308)")
 
26
  gr.Markdown("# 🧬 mtDNA Location Classifier (MVP)")
27
  #inputMode = gr.Radio(choices=["Single Accession", "Batch Input"], value="Single Accession", label="Choose Input Mode")
28
  user_email = gr.Textbox(label="📧 Your email (used to track free quota)")
29
+ usage_display = gr.Markdown("", visible=False)
30
 
31
  # with gr.Group() as single_input_group:
32
  # single_accession = gr.Textbox(label="Enter Single Accession (e.g., KU131308)")