Spaces:
Runtime error
Runtime error
Commit
·
cc1bdd4
1
Parent(s):
b25c6c9
márgenes
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ st.markdown('<style>body{background-color: Blue;}</style>',unsafe_allow_html=Tru
|
|
69 |
|
70 |
#background-color: Blue;
|
71 |
|
72 |
-
colT1,colT2 = st.columns([2,
|
73 |
with colT2:
|
74 |
#st.title('Analisis de contenido de violencia política de género en Twitter')
|
75 |
st.markdown(""" <style> .font {
|
|
|
69 |
|
70 |
#background-color: Blue;
|
71 |
|
72 |
+
colT1,colT2 = st.columns([2,9])
|
73 |
with colT2:
|
74 |
#st.title('Analisis de contenido de violencia política de género en Twitter')
|
75 |
st.markdown(""" <style> .font {
|