Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,11 +11,11 @@ def home_page():
|
|
| 11 |
|
| 12 |
|
| 13 |
#st.write("This app has the following modules")
|
| 14 |
-
st.markdown("#### NovaML")
|
| 15 |
#st.write("Build AI/ML models using your own molecular data or predict the target addressability of your libraries")
|
| 16 |
st.write("- Build AI/ML models using your own molecular data")
|
| 17 |
st.write("- Predict the target addressability of your libraries")
|
| 18 |
-
st.markdown("#### NovaDEL Analyzer")
|
| 19 |
#st.write("Visualize the chemical space and analyze both the diversity and target addressability of your libraries")
|
| 20 |
st.write("- Visualize the chemical space and analyze the diversity of your libraries")
|
| 21 |
st.write("- Evaluate the structural novelty of your scaffolds")
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
#st.write("This app has the following modules")
|
| 14 |
+
st.markdown("#### [NovaML](https://novalix-novawebapp.hf.space/NovaML)")
|
| 15 |
#st.write("Build AI/ML models using your own molecular data or predict the target addressability of your libraries")
|
| 16 |
st.write("- Build AI/ML models using your own molecular data")
|
| 17 |
st.write("- Predict the target addressability of your libraries")
|
| 18 |
+
st.markdown("#### [NovaDEL Analyzer](https://novalix-novawebapp.hf.space/DEL_analyzer)")
|
| 19 |
#st.write("Visualize the chemical space and analyze both the diversity and target addressability of your libraries")
|
| 20 |
st.write("- Visualize the chemical space and analyze the diversity of your libraries")
|
| 21 |
st.write("- Evaluate the structural novelty of your scaffolds")
|