Spaces:
Sleeping
Sleeping
supercat666
commited on
Commit
·
a16f85c
1
Parent(s):
fc8ed8c
fix button
Browse files
app.py
CHANGED
@@ -505,7 +505,7 @@ elif selected_model == 'Cas12':
|
|
505 |
|
506 |
if cas12target_selection == 'regular':
|
507 |
# Prediction button
|
508 |
-
predict_button = st.button('Predict
|
509 |
|
510 |
# Function to clean up old files
|
511 |
def clean_up_old_files(gene_symbol):
|
@@ -661,7 +661,7 @@ elif selected_model == 'Cas12':
|
|
661 |
)
|
662 |
elif cas12target_selection == 'mutation':
|
663 |
# Prediction button
|
664 |
-
predict_button = st.button('Predict
|
665 |
vcf_reader = cyvcf2.VCF('SRR25934512.filter.snps.indels.vcf.gz')
|
666 |
|
667 |
if 'exons' not in st.session_state:
|
|
|
505 |
|
506 |
if cas12target_selection == 'regular':
|
507 |
# Prediction button
|
508 |
+
predict_button = st.button('Predict')
|
509 |
|
510 |
# Function to clean up old files
|
511 |
def clean_up_old_files(gene_symbol):
|
|
|
661 |
)
|
662 |
elif cas12target_selection == 'mutation':
|
663 |
# Prediction button
|
664 |
+
predict_button = st.button('Predict')
|
665 |
vcf_reader = cyvcf2.VCF('SRR25934512.filter.snps.indels.vcf.gz')
|
666 |
|
667 |
if 'exons' not in st.session_state:
|