Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 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)
|