supercat666 commited on
Commit
cb692e5
1 Parent(s): ce4236e

fixed cas9on

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.divider()
13
  CRISPR_MODELS = ['Cas9', 'Cas12', 'Cas13d']
14
 
15
  selected_model = st.selectbox('Select CRISPR model:', CRISPR_MODELS, key='selected_model')
16
- cas9on_path = '/cas9_model/on-cla.h5'
17
 
18
  @st.cache_data
19
  def convert_df(df):
 
13
  CRISPR_MODELS = ['Cas9', 'Cas12', 'Cas13d']
14
 
15
  selected_model = st.selectbox('Select CRISPR model:', CRISPR_MODELS, key='selected_model')
16
+ cas9on_path = 'cas9_model/on-cla.h5'
17
 
18
  @st.cache_data
19
  def convert_df(df):