Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,8 @@ def home_page():
|
|
| 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")
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
#st.write("This app has the following modules")
|
| 14 |
+
#st.markdown("#### [NovaML](https://novalix-novawebapp.hf.space/NovaML)")
|
| 15 |
+
st.page_link("pages/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")
|