Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 = ''
|