Update modules/ui/ui.py
Browse files- 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
|
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
|
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:
|