AIdeaText commited on
Commit
99bd205
·
verified ·
1 Parent(s): 21325ee

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +6 -6
modules/ui/ui.py CHANGED
@@ -222,17 +222,17 @@ def login_register_page(lang_code, t):
222
  col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 0.25, 1, 1])
223
 
224
  with col1:
225
- # Logo de NVIDIA
226
- st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/socialmedia/nvidia/nvidia-inception-program-badge-rgb-for-screen.png", width=160)
227
-
228
  with col2:
229
  # Logo de ALPHA
230
  st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/ALPHA_Startup%20Badges.png", width=100)
231
 
232
  with col3:
233
- # Logo de AIdeaText
234
- st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/AIdeaText_Logo_vectores.png", width=100)
235
-
236
  with col5:
237
  # Selector de idioma
238
  selected_lang = st.selectbox(
 
222
  col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 0.25, 1, 1])
223
 
224
  with col1:
225
+ # Logo de AIdeaText
226
+ st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/AIdeaText_Logo_vectores.png", width=100)
227
+
228
  with col2:
229
  # Logo de ALPHA
230
  st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/ALPHA_Startup%20Badges.png", width=100)
231
 
232
  with col3:
233
+ # Logo de NVIDIA
234
+ st.image("https://huggingface.co/spaces/AIdeaText/v5Prod/resolve/main/assets/img/socialmedia/nvidia/nvidia-inception-program-badge-rgb-for-screen.png", width=160)
235
+
236
  with col5:
237
  # Selector de idioma
238
  selected_lang = st.selectbox(