Spaces:
Runtime error
Runtime error
Commit
路
a585bd7
1
Parent(s):
e52085c
Update app.py
Browse files
app.py
CHANGED
@@ -76,10 +76,10 @@ font-size:28px ; font-family: 'Times New Roman'; color: #8d33ff;}
|
|
76 |
</style> """, unsafe_allow_html=True)
|
77 |
|
78 |
st.markdown(""" <style> .font2 {
|
79 |
-
font-size:
|
80 |
</style> """, unsafe_allow_html=True)
|
81 |
|
82 |
-
st.markdown('<p class="font2">Este proyecto consiste en una aplicaci贸n web que utiliza la biblioteca Tweepy de Python para descargar tweets de Twitter, permitiendo buscar Tweets por usuario y por localidad. Luego, utiliza modelos de lenguaje basados en Transformers para analizar los tweets y detectar comentarios
|
83 |
|
84 |
|
85 |
def tweets_usuario(usuario, cant_de_tweets):
|
|
|
76 |
</style> """, unsafe_allow_html=True)
|
77 |
|
78 |
st.markdown(""" <style> .font2 {
|
79 |
+
font-size:18px ; font-family: 'Times New Roman'; color: #5B8FB9;}
|
80 |
</style> """, unsafe_allow_html=True)
|
81 |
|
82 |
+
st.markdown('<p class="font2">Este proyecto consiste en una aplicaci贸n web que utiliza la biblioteca Tweepy de Python para descargar tweets de Twitter, permitiendo buscar Tweets por usuario y por localidad. Luego, utiliza modelos de lenguaje basados en Transformers para analizar los tweets y detectar comentarios y determinar si son "Sexistas" o "No Sexistas". El proyecto busca identificar y combatir el discurso sexista en l铆nea para promover la igualdad de g茅nero y la inclusi贸n.</p>',unsafe_allow_html=True)
|
83 |
|
84 |
|
85 |
def tweets_usuario(usuario, cant_de_tweets):
|