supercat666 commited on
Commit
6392fd6
1 Parent(s): 16e89c0
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -183,7 +183,6 @@ if selected_model == 'Cas9':
183
 
184
  # Process predictions
185
  if predict_button and gene_symbol:
186
- model_choice = st.radio("mutation or not:", ('normal', 'mutation'))
187
  with st.spinner('Predicting... Please wait'):
188
  predictions, gene_sequence, exons = cas9att.process_gene(gene_symbol, cas9att_path)
189
 
 
183
 
184
  # Process predictions
185
  if predict_button and gene_symbol:
 
186
  with st.spinner('Predicting... Please wait'):
187
  predictions, gene_sequence, exons = cas9att.process_gene(gene_symbol, cas9att_path)
188