yashm commited on
Commit
a937f0f
·
verified ·
1 Parent(s): b112207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ if uploaded_file is not None:
135
  )
136
  # Plotting PCR products
137
  st.write("### Visualization of PCR Products")
138
- if st.button(f'Design Primers for selected {feature_type}'):
139
  # Your primer design logic and data preparation
140
  feature_length = len(feature_sequence)
141
  plot_pcr_product(feature_sequence, primers, feature_length, num_pairs=5)
 
135
  )
136
  # Plotting PCR products
137
  st.write("### Visualization of PCR Products")
138
+ # if st.button(f'Design Primers for selected {feature_type}'):
139
  # Your primer design logic and data preparation
140
  feature_length = len(feature_sequence)
141
  plot_pcr_product(feature_sequence, primers, feature_length, num_pairs=5)