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