AIdeaText commited on
Commit
66f786e
·
verified ·
1 Parent(s): 72350eb

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +2 -2
modules/ui/ui.py CHANGED
@@ -91,7 +91,7 @@ def login_register_page(lang_code, t):
91
  """, unsafe_allow_html=True)
92
 
93
  # Crear contenedor para logos y selector de idioma usando columnas de Streamlit
94
- col1, col2, col3 = st.columns([0.5, 0.5, 1])
95
 
96
  with col1:
97
  # Logo de AIdeaText con enlace
@@ -101,7 +101,7 @@ def login_register_page(lang_code, t):
101
  # Logo de Alpha Program
102
  st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/AIdeaText_Logo_vectores.png", width=100)
103
 
104
- with col3:
105
  # Selector de idioma
106
  selected_lang = st.selectbox(
107
  landing_t['select_language'],
 
91
  """, unsafe_allow_html=True)
92
 
93
  # Crear contenedor para logos y selector de idioma usando columnas de Streamlit
94
+ col1, col2, col3, col4, col5 = st.columns([1, 1, 1, 1, 1])
95
 
96
  with col1:
97
  # Logo de AIdeaText con enlace
 
101
  # Logo de Alpha Program
102
  st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/AIdeaText_Logo_vectores.png", width=100)
103
 
104
+ with col5:
105
  # Selector de idioma
106
  selected_lang = st.selectbox(
107
  landing_t['select_language'],