Yacine Jernite commited on
Commit
4fc723d
1 Parent(s): f672036
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ catalogue_by_ln = load_catalogue()
51
 
52
  with st.sidebar:
53
  ln_select = st.selectbox(
54
- "Show source for language:",
55
  catalogue_by_ln,
56
  )
57
  source_select = st.selectbox(
 
51
 
52
  with st.sidebar:
53
  ln_select = st.selectbox(
54
+ "Show source list for language:",
55
  catalogue_by_ln,
56
  )
57
  source_select = st.selectbox(