Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,9 @@ def home_page():
|
|
| 25 |
st.markdown('---')
|
| 26 |
st.info("""If you used our tools in your publications, please consider citing this article:
|
| 27 |
Evaluating the Diversity and Target Addressability of DELs using BM-Scaffold Analysis and Machine Learning.
|
| 28 |
-
**Manuscript Submitted**
|
|
|
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
def page2():
|
|
|
|
| 25 |
st.markdown('---')
|
| 26 |
st.info("""If you used our tools in your publications, please consider citing this article:
|
| 27 |
Evaluating the Diversity and Target Addressability of DELs using BM-Scaffold Analysis and Machine Learning.
|
| 28 |
+
**Manuscript Submitted**
|
| 29 |
+
Authors: Yaëlle Fischer, Ruel Cedeno, Dhoha Triki, Bertrand Vivet, Philippe Schambel"""
|
| 30 |
+
, icon="ℹ️")
|
| 31 |
|
| 32 |
|
| 33 |
def page2():
|