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