SoDehghan commited on
Commit
1e86744
1 Parent(s): 6576fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)