Bram Vanroy commited on
Commit
55fbc57
β€’
1 Parent(s): 11f8e5f

add description

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import streamlit as st
10
 
11
  from utils import get_resources, LANGUAGES, translate
12
 
13
- st.title("πŸ‘©β€πŸ’» Generate AMR from multilingual text")
14
 
15
  with st.form("input data"):
16
  text_col, lang_col = st.columns((4, 1))
@@ -94,6 +94,20 @@ if submitted:
94
  ########################
95
  # Information, socials #
96
  ########################
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  st.markdown("## Contact βœ’οΈ")
98
 
99
  st.markdown("Would you like additional functionality in the demo? Or just want to get in touch?"
 
10
 
11
  from utils import get_resources, LANGUAGES, translate
12
 
13
+ st.title("πŸ‘©β€πŸ’» Multilingual text to AMR")
14
 
15
  with st.form("input data"):
16
  text_col, lang_col = st.columns((4, 1))
 
94
  ########################
95
  # Information, socials #
96
  ########################
97
+ st.markdown("## Project: SignON 🀟")
98
+
99
+ st.markdown("""
100
+ <div style="display: flex">
101
+ <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>
102
+ <p><a href="https://signon-project.eu/" target="_blank" title="SignON homepage">SignON</a> aims to bridge the
103
+ communication gap between Deaf, hard of hearing and hearing people through an accessible translation service to
104
+ translate between languages and modalities with particular attention to sign languages.</p>
105
+ </div>
106
+ <p>This space and the accompanying models and public code are part of the SignON-project. AMR (abstract meaning
107
+ representation) is used as an interlingua to translate between modalities and languages.</p>
108
+ """, unsafe_allow_html=True)
109
+
110
+
111
  st.markdown("## Contact βœ’οΈ")
112
 
113
  st.markdown("Would you like additional functionality in the demo? Or just want to get in touch?"