Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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={"
|
| 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):
|