Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,4 +129,4 @@ if uploaded_file is not None:
|
|
| 129 |
feature_length = len(feature_sequence) # Obtain the length of the selected feature
|
| 130 |
plot_pcr_product_with_df(feature_sequence, primer_df, feature_length)
|
| 131 |
else:
|
| 132 |
-
st.error('No primers were found. Please adjust your parameters and try again.')
|
|
|
|
| 129 |
feature_length = len(feature_sequence) # Obtain the length of the selected feature
|
| 130 |
plot_pcr_product_with_df(feature_sequence, primer_df, feature_length)
|
| 131 |
else:
|
| 132 |
+
st.error('No primers were found. Please adjust your parameters and try again.')
|