SoDehghan commited on
Commit
66606cf
1 Parent(s): 5900be6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ 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")
31
 
 
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")
31