clean header
Browse files
app.py
CHANGED
|
@@ -10,11 +10,10 @@ basepath = os.path.dirname(__file__)
|
|
| 10 |
datapath = os.path.join(basepath, "data")
|
| 11 |
|
| 12 |
st.title('HyperDTI: Task-conditioned modeling of drug-target interactions.\n')
|
|
|
|
| 13 |
st.markdown(
|
| 14 |
"""
|
| 15 |
-
\n
|
| 16 |
-
🧬 Github: [ml-jku/hyper-dti](https://https://github.com/ml-jku/hyper-dti)
|
| 17 |
-
📝 NeurIPS 2022 AI4Science workshop paper: [OpenReview](https://openreview.net/forum?id=dIX34JWnIAL)\n
|
| 18 |
"""
|
| 19 |
)
|
| 20 |
|
|
|
|
| 10 |
datapath = os.path.join(basepath, "data")
|
| 11 |
|
| 12 |
st.title('HyperDTI: Task-conditioned modeling of drug-target interactions.\n')
|
| 13 |
+
st.markdown('')
|
| 14 |
st.markdown(
|
| 15 |
"""
|
| 16 |
+
🧬 Github: [ml-jku/hyper-dti](https://https://github.com/ml-jku/hyper-dti) 📝 NeurIPS 2022 AI4Science workshop paper: [OpenReview](https://openreview.net/forum?id=dIX34JWnIAL)\n
|
|
|
|
|
|
|
| 17 |
"""
|
| 18 |
)
|
| 19 |
|