Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ if uploaded_file is not None:
|
|
| 113 |
color_trna = st.color_picker("Pick a color for tRNA", '#99ff99')
|
| 114 |
color_rrna = st.color_picker("Pick a color for rRNA", '#ffcc99')
|
| 115 |
# Option to select what to display on the diagram
|
| 116 |
-
display_options = st.multiselect("Select features to display:", ['gene', 'tRNA', 'CDS', 'rRNA'], default=['gene', 'CDS'])
|
| 117 |
|
| 118 |
|
| 119 |
# Main content
|
|
|
|
| 113 |
color_trna = st.color_picker("Pick a color for tRNA", '#99ff99')
|
| 114 |
color_rrna = st.color_picker("Pick a color for rRNA", '#ffcc99')
|
| 115 |
# Option to select what to display on the diagram
|
| 116 |
+
#display_options = st.multiselect("Select features to display:", ['gene', 'tRNA', 'CDS', 'rRNA'], default=['gene', 'CDS'])
|
| 117 |
|
| 118 |
|
| 119 |
# Main content
|