Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,5 @@ PAGES = {
|
|
24 |
st.sidebar.title("Models")
|
25 |
selection = st.sidebar.radio("Pages", list(PAGES.keys()))
|
26 |
|
27 |
-
page = PAGES[selection]
|
|
|
|
24 |
st.sidebar.title("Models")
|
25 |
selection = st.sidebar.radio("Pages", list(PAGES.keys()))
|
26 |
|
27 |
+
page = PAGES[selection]
|
28 |
+
ast.shared.components.write_page(page)
|