Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,13 +24,10 @@ def home_page():
|
|
| 24 |
|
| 25 |
st.markdown('---')
|
| 26 |
st.info("""If you used our tools in your publications, please cite this article:
|
| 27 |
-
Evaluating the Diversity and Target Addressability of DELs using Scaffold Analysis and Machine Learning
|
| 28 |
-
|
| 29 |
**Authors**: Yaëlle Fischer, Ruel Cedeno, Dhoha Triki, Bertrand Vivet, Philippe Schambel
|
| 30 |
-
|
| 31 |
**Link**: [ACS Medicinal Chemistry Letters](https://doi.org/10.1021/acsmedchemlett.4c00505)
|
| 32 |
-
"""
|
| 33 |
-
, icon="ℹ️")
|
| 34 |
|
| 35 |
|
| 36 |
def page2():
|
|
|
|
| 24 |
|
| 25 |
st.markdown('---')
|
| 26 |
st.info("""If you used our tools in your publications, please cite this article:
|
| 27 |
+
Evaluating the Diversity and Target Addressability of DELs using Scaffold Analysis and Machine Learning
|
|
|
|
| 28 |
**Authors**: Yaëlle Fischer, Ruel Cedeno, Dhoha Triki, Bertrand Vivet, Philippe Schambel
|
|
|
|
| 29 |
**Link**: [ACS Medicinal Chemistry Letters](https://doi.org/10.1021/acsmedchemlett.4c00505)
|
| 30 |
+
""", icon="ℹ️")
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
def page2():
|