Update modules/ui/ui.py
Browse files- modules/ui/ui.py +2 -2
modules/ui/ui.py
CHANGED
@@ -95,11 +95,11 @@ def login_register_page(lang_code, t):
|
|
95 |
|
96 |
with col1:
|
97 |
# Logo de AIdeaText con enlace
|
98 |
-
st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/
|
99 |
|
100 |
with col2:
|
101 |
# Logo de Alpha Program
|
102 |
-
st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/
|
103 |
|
104 |
with col3:
|
105 |
# Selector de idioma
|
|
|
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/logo_92x92.png", width=200)
|
103 |
|
104 |
with col3:
|
105 |
# Selector de idioma
|