AIdeaText commited on
Commit
12bb55a
·
verified ·
1 Parent(s): 6991756

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +7 -6
modules/ui/ui.py CHANGED
@@ -245,6 +245,7 @@ def login_register_page(lang_code, t):
245
 
246
  #################################### LOGOS ################################################################################################
247
  # Crear contenedor para logos y selector de idioma usando columnas de Streamlit
 
248
  col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 0.50, 0.50, 0.50])
249
 
250
  with col1:
@@ -257,12 +258,12 @@ def login_register_page(lang_code, t):
257
 
258
  with col3:
259
  # Logo de NVIDIA
260
- st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/socialmedia/nvidia/nvidia-inception-program-badge-rgb-for-screen.png", width=300)
261
-
262
- with col3:
263
- # Logo de NVIDIA
264
- st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/socialmedia/F6/F6S_Top_Company_EdTech_27.png", width=300)
265
-
266
  with col5:
267
  # Selector de idioma
268
  selected_lang = st.selectbox(
 
245
 
246
  #################################### LOGOS ################################################################################################
247
  # Crear contenedor para logos y selector de idioma usando columnas de Streamlit
248
+
249
  col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 0.50, 0.50, 0.50])
250
 
251
  with col1:
 
258
 
259
  with col3:
260
  # Logo de NVIDIA
261
+ st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/socialmedia/nvidia/nvidia-inception-program-badge-rgb-for-screen.png", width=150)
262
+
263
+ with col4:
264
+ # Logo de F6S (nuevo logo)
265
+ st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/socialmedia/F6/F6S_Top_Company_EdTech_27.png", width=150)
266
+
267
  with col5:
268
  # Selector de idioma
269
  selected_lang = st.selectbox(