yashm commited on
Commit
30d50dc
·
verified ·
1 Parent(s): a2c2fa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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