AIdeaText commited on
Commit
42651e2
·
verified ·
1 Parent(s): a39c1b2

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +2 -2
modules/ui/ui.py CHANGED
@@ -94,11 +94,11 @@ def login_register_page(lang_code, t):
94
  col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 1, 1, 1])
95
 
96
  with col1:
97
- # Logo de AIdeaText con enlace
98
  st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/ALPHA_Startup%20Badges.png", width=100)
99
 
100
  with col2:
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:
 
94
  col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 1, 1, 1])
95
 
96
  with col1:
97
+ # Logo de ALPHA
98
  st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/ALPHA_Startup%20Badges.png", width=100)
99
 
100
  with col2:
101
+ # Logo de AIdeaText
102
  st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/AIdeaText_Logo_vectores.png", width=100)
103
 
104
  with col5: