Rules99 commited on
Commit
138a3ab
·
1 Parent(s): 0abaa16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def error(option):
178
  option = str(option).replace(" ","%20")
179
  st.markdown(f"""
180
  We have not found compounds for this illness; for more information visit this link:
181
- [Chemble](https://www.ebi.ac.uk/chembl/g/#search_results/all/query={option})
182
  """, unsafe_allow_html=True)
183
 
184
  ### If you insert an image
 
178
  option = str(option).replace(" ","%20")
179
  st.markdown(f"""
180
  We have not found compounds for this illness; for more information visit this link:
181
+ [ChEMBL](https://www.ebi.ac.uk/chembl/g/#search_results/all/query={option})
182
  """, unsafe_allow_html=True)
183
 
184
  ### If you insert an image