Mark7549 commited on
Commit
9ec7b0a
·
1 Parent(s): 03b75f4

updated dictionary description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ if selected == "App":
289
 
290
  with st.container():
291
  st.markdown('## Dictionary')
292
- st.markdown('Search a word in the Liddell-Scott-Jones dictionary (only Greek, no whitespaces).')
293
 
294
 
295
  all_lemmas = load_all_lemmas()
 
289
 
290
  with st.container():
291
  st.markdown('## Dictionary')
292
+ st.markdown('Search a word in the Liddell-Scott-Jones dictionary. Only type in Greek, with correct spirits and accents. ')
293
 
294
 
295
  all_lemmas = load_all_lemmas()