JosePezantes commited on
Commit
b25c6c9
·
1 Parent(s): dd5042d

Centrado de texto

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ colT1,colT2 = st.columns([2,8])
73
  with colT2:
74
  #st.title('Analisis de contenido de violencia política de género en Twitter')
75
  st.markdown(""" <style> .font {
76
- font-size:40px ; font-family: 'Cooper Black'; color: #F15A28; text-aling: center;}
77
  </style> """, unsafe_allow_html=True)
78
  st.markdown('<p class="font">Violencia política de género en Twitter</p>', unsafe_allow_html=True)
79
 
 
73
  with colT2:
74
  #st.title('Analisis de contenido de violencia política de género en Twitter')
75
  st.markdown(""" <style> .font {
76
+ font-size:40px ; font-family: 'Cooper Black'; color: #F15A28; text-align: center;}
77
  </style> """, unsafe_allow_html=True)
78
  st.markdown('<p class="font">Violencia política de género en Twitter</p>', unsafe_allow_html=True)
79