S0udy commited on
Commit
540f1ff
·
verified ·
1 Parent(s): c1e9301

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py DELETED
@@ -1,10 +0,0 @@
1
- # importing Liberaries
2
-
3
- import streamlit as st
4
-
5
-
6
- chemstudio24_page = st.Page("chemstudio24.py", title="CHEMSTUDIO24", default=True)
7
- your_molecule_playground_page = st.Page('your_molecule.py', title = "Your Molecule Playground", icon=":material/splitscreen_left:")
8
- multi_pages = st.navigation([chemstudio24_page, your_molecule_playground_page])
9
- multi_pages.run()
10
-