fermaat commited on
Commit
cdd22d7
1 Parent(s): 1308e75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ One of the toughest challenges when building the app and the model was to find p
60
  description = """
61
 
62
  <p style="text-align: justify;">
63
- Spanish is a beautiful language and it has many ways of referring to people, neutralizing the genders and using some of the resources inside the language. One would say *Todas las personas asistentes* instead of *Todos los asistentes* and it would end in a more inclusive way for talking about people. At the same time, this process must be coherent with the context (i.e: if we consider *las alumnas/los alumnos => el alumando*, we would keep *Los alumnos Juanju y Fernando* instead of *El alumnado Juanju y Fernando*)
64
 
65
  The purpose of this app is to transform Spanish gendered text into a neutral version, suitable for an unbiased environment
66
  </p>
60
  description = """
61
 
62
  <p style="text-align: justify;">
63
+ Spanish is a beautiful language and it has many ways of referring to people, neutralizing the genders and using some of the resources inside the language. One would say <i>Todas las personas asistentes</i> instead of <i>Todos los asistentes</i> and it would end in a more inclusive way for talking about people. At the same time, this process must be coherent with the context (i.e: if we consider <i>las alumnas/los alumnos => el alumando</i>, we would keep <i>Los alumnos Juanju y Fernando</i> instead of <i>El alumnado Juanju y Fernando</i>)
64
 
65
  The purpose of this app is to transform Spanish gendered text into a neutral version, suitable for an unbiased environment
66
  </p>