Spaces:
Running
Running
Delete app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|