Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -231,7 +231,7 @@ def login_register_page(lang_code, t):
|
|
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=
|
235 |
|
236 |
with col5:
|
237 |
# Selector de idioma
|
|
|
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=300)
|
235 |
|
236 |
with col5:
|
237 |
# Selector de idioma
|