SoDehghan commited on
Commit
cb21112
1 Parent(s): e820fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #ast.shared.components.write_page(page)
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")