Geonomic commited on
Commit
832686c
Β·
verified Β·
1 Parent(s): 4bed99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="🧬 The Genomic Oracle 🧬") as
260
  dna_input = gr.Textbox(label="Enter DNA Sequence", placeholder="e.g., ATGCGATCGATCGATCG...", lines=10)
261
  run_mapping_cb = gr.Checkbox(value=False, label="Query NCBI BLAST for spatial mapping (Takes 1–3 mins)")
262
  # 🚨 Changed variant="primary" to variant="stop" for a striking red button
263
- submit_btn = gr.Button("πŸš€ Initialize Deep Scan", variant={"secondary", "stop"})
264
 
265
  # width of textbox: Changed from scale=2 to scale=1
266
  with gr.Column(scale=1):
 
260
  dna_input = gr.Textbox(label="Enter DNA Sequence", placeholder="e.g., ATGCGATCGATCGATCG...", lines=10)
261
  run_mapping_cb = gr.Checkbox(value=False, label="Query NCBI BLAST for spatial mapping (Takes 1–3 mins)")
262
  # 🚨 Changed variant="primary" to variant="stop" for a striking red button
263
+ submit_btn = gr.Button("πŸš€ Initialize Deep Scan", variant={"primary", "stop"})
264
 
265
  # width of textbox: Changed from scale=2 to scale=1
266
  with gr.Column(scale=1):