updated dictionary description
Browse files
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
|
| 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()
|