Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
[
|
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
|