Spaces:
Runtime error
Runtime error
Commit
·
3b9d4b9
1
Parent(s):
0e57a0b
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,9 @@ st.markdown(""" <style> .font {
|
|
67 |
font-size:40px ; font-family: 'Cooper Black'; color: #301E67;}
|
68 |
</style> """, unsafe_allow_html=True)
|
69 |
|
70 |
-
st.markdown('<p class="font"; style="text-align: center;>Análisis de comentarios sexistas en linea</p>', unsafe_allow_html=True)
|
|
|
|
|
71 |
|
72 |
st.markdown(""" <style> .font1 {
|
73 |
font-size:28px ; font-family: 'Times New Roman'; color: #8d33ff;}
|
|
|
67 |
font-size:40px ; font-family: 'Cooper Black'; color: #301E67;}
|
68 |
</style> """, unsafe_allow_html=True)
|
69 |
|
70 |
+
#st.markdown('<p class="font"; style="text-align: center;>Análisis de comentarios sexistas en linea</p>', unsafe_allow_html=True)
|
71 |
+
st.markdown('<p class="font" style="text-align: center;">Análisis de comentarios sexistas en linea</p>', unsafe_allow_html=True)
|
72 |
+
|
73 |
|
74 |
st.markdown(""" <style> .font1 {
|
75 |
font-size:28px ; font-family: 'Times New Roman'; color: #8d33ff;}
|