Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -99,7 +99,7 @@ def login_register_page(lang_code, t):
|
|
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=
|
103 |
|
104 |
with col3:
|
105 |
# Selector de idioma
|
|
|
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 col3:
|
105 |
# Selector de idioma
|