added license text
Browse files
app.py
CHANGED
@@ -398,8 +398,11 @@ if selected == "License":
|
|
398 |
st.markdown("""
|
399 |
## License
|
400 |
The cosine similarity, nearest neighbours, and 3D representation data are licensed under a CC BY License.
|
401 |
-
|
402 |
-
|
|
|
|
|
|
|
403 |
|
404 |
|
405 |
|
|
|
398 |
st.markdown("""
|
399 |
## License
|
400 |
The cosine similarity, nearest neighbours, and 3D representation data are licensed under a CC BY License.
|
401 |
+
|
402 |
+
The LSJ dictionary has a CC BY-SA license and comes from the Unicode version of the dictionary produced by \
|
403 |
+
[Giuseppe G. A. Celano](%s). The original (Betacode) version is provided under a CC BY-SA license by the [Perseus Digital Library](https://www.perseus.tufts.edu/). \
|
404 |
+
Data available at https://github.com/PerseusDL/lexica/.
|
405 |
+
""" % 'https://github.com/gcelano/LSJ_GreekUnicode?tab=readme-ov-file')
|
406 |
|
407 |
|
408 |
|