AIdeaText commited on
Commit
d8c7eb2
1 Parent(s): c937c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,13 +15,13 @@ def logged_in_interface():
15
  # Crear un contenedor para la barra superior
16
  with st.container():
17
  # Usar más columnas para un mejor control del espacio
18
- col1, col2, col3, col4, col5 = st.columns([1, 1, 0.5, 0.5, 1])
19
 
20
  with col1:
21
  st.markdown(f"<h3 style='margin-bottom: 0;'>Bienvenido, {st.session_state.username}</h3>", unsafe_allow_html=True)
22
 
23
  with col3:
24
- st.markdown("<p style='font-size: 1.2rem; margin-bottom: 0; padding-top: 10px;'>Idioma:</p>", unsafe_allow_html=True)
25
 
26
  with col4:
27
  st.markdown("<style>.stSelectbox { margin-left: -20px; }</style>", unsafe_allow_html=True)
 
15
  # Crear un contenedor para la barra superior
16
  with st.container():
17
  # Usar más columnas para un mejor control del espacio
18
+ col1, col2, col3, col4, col5 = st.columns([1, 1, 0.10, 0.10, 1])
19
 
20
  with col1:
21
  st.markdown(f"<h3 style='margin-bottom: 0;'>Bienvenido, {st.session_state.username}</h3>", unsafe_allow_html=True)
22
 
23
  with col3:
24
+ st.markdown("<p style='font-size: 1.2rem; margin-bottom: 0; padding-top: 10px;'>Selecciona el idioma del texto que analizaras</p>", unsafe_allow_html=True)
25
 
26
  with col4:
27
  st.markdown("<style>.stSelectbox { margin-left: -20px; }</style>", unsafe_allow_html=True)