Spaces:
Running
Running
BramVanroy
commited on
Commit
·
ded6735
1
Parent(s):
0e6dbbe
Update app.py
Browse files
app.py
CHANGED
@@ -112,8 +112,8 @@ st.markdown("""
|
|
112 |
<div style="display: flex">
|
113 |
<img style="margin-right: 1em" alt="SignON logo" src="https://signon-project.eu/wp-content/uploads/2021/05/SignOn_Favicon_500x500px.png" width=64 height=64>
|
114 |
<p><a href="https://signon-project.eu/" target="_blank" title="SignON homepage">SignON</a> aims to bridge the
|
115 |
-
communication gap between deaf, hard-of-hearing and hearing people through an accessible translation service
|
116 |
-
translate between languages and modalities with particular attention
|
117 |
</div>""", unsafe_allow_html=True)
|
118 |
|
119 |
st.markdown("""[Abstract meaning representation](https://aclanthology.org/W13-2322/) (AMR)
|
|
|
112 |
<div style="display: flex">
|
113 |
<img style="margin-right: 1em" alt="SignON logo" src="https://signon-project.eu/wp-content/uploads/2021/05/SignOn_Favicon_500x500px.png" width=64 height=64>
|
114 |
<p><a href="https://signon-project.eu/" target="_blank" title="SignON homepage">SignON</a> aims to bridge the
|
115 |
+
communication gap between deaf, hard-of-hearing and hearing people through an accessible translation service.
|
116 |
+
This service will translate between languages and modalities with particular attention for sign languages.</p>
|
117 |
</div>""", unsafe_allow_html=True)
|
118 |
|
119 |
st.markdown("""[Abstract meaning representation](https://aclanthology.org/W13-2322/) (AMR)
|