Update app.py
Browse files
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
|
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>
|