init
Update README.md
This commit is contained in:
13
frontend/app.py
Normal file
13
frontend/app.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import streamlit as st
|
||||
|
||||
pages = {
|
||||
"SilkMoth": [
|
||||
st.Page("pages/what_is_silkmoth.py", title="What is SilkMoth?"),
|
||||
st.Page("pages/inclusion_dependency_view.py", title="Inclusion Dependency Experiment"),
|
||||
st.Page("pages/dataset_view.py", title="Our Datasets"),
|
||||
],
|
||||
|
||||
}
|
||||
|
||||
pg = st.navigation(pages)
|
||||
pg.run()
|
||||
Reference in New Issue
Block a user