cedenoruel commited on
Commit
df9e826
·
verified ·
1 Parent(s): c15cb46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")