Spaces:
Sleeping
Sleeping
Update modules/ui/ui.py
Browse files- 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([
|
| 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
|
| 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'],
|