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