vuu10 commited on
Commit
d5cd179
1 Parent(s): 2f0c31f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def main():
144
  st.caption('Please follow the input format show in the text box--> KEGG id or click the checkbox')
145
 
146
  comp_str = st.text_input('', value="C00149")
147
- if st.checkbox('If you are entering smiles string along with KEGG ID'):
148
  add_info = st.text_area('Additional information (id: Smiles):', "C00149:O[C@@H](CC([O-])=O)C([O-])=O")
149
  else:
150
  add_info = ''
 
144
  st.caption('Please follow the input format show in the text box--> KEGG id or click the checkbox')
145
 
146
  comp_str = st.text_input('', value="C00149")
147
+ if st.checkbox('If you are entering smiles string click here'):
148
  add_info = st.text_area('Additional information (id: Smiles):', "C00149:O[C@@H](CC([O-])=O)C([O-])=O")
149
  else:
150
  add_info = ''