SoDehghan commited on
Commit
9d9bbb0
1 Parent(s): 6f3cc7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,7 +17,7 @@ st.set_page_config(
17
 
18
  PAGES = {
19
  "HSD in Turkish": models.hsd_tr,
20
- "HSD in Arabic": models.hsd_ar
21
 
22
  }
23
 
@@ -25,7 +25,7 @@ st.sidebar.title("Models")
25
  selection = st.sidebar.radio("Pages", list(PAGES.keys()))
26
 
27
  page = PAGES[selection]
28
- st.sidebar.page_link(page)
29
  #ast.shared.components.write_page(page)
30
 
31
  #st.sidebar.header("Info")
 
17
 
18
  PAGES = {
19
  "HSD in Turkish": models.hsd_tr,
20
+ "HSD in Arabic": models.hsd_ar
21
 
22
  }
23
 
 
25
  selection = st.sidebar.radio("Pages", list(PAGES.keys()))
26
 
27
  page = PAGES[selection]
28
+ #st.sidebar.page_link(page)
29
  #ast.shared.components.write_page(page)
30
 
31
  #st.sidebar.header("Info")