Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -4
modules/ui/ui.py
CHANGED
@@ -95,10 +95,7 @@ def login_register_page(lang_code, t):
|
|
95 |
|
96 |
with col1:
|
97 |
# Logo de AIdeaText con enlace
|
98 |
-
st.
|
99 |
-
f'<a href="https://aideatext-v3.hf.space" target="_blank"><img src="https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/logo_92x92.png" width="160"></a>',
|
100 |
-
unsafe_allow_html=True
|
101 |
-
)
|
102 |
|
103 |
with col2:
|
104 |
# Logo de Alpha Program
|
|
|
95 |
|
96 |
with col1:
|
97 |
# Logo de AIdeaText con enlace
|
98 |
+
st.image("https://huggingface.co/spaces/AIdeaText/v3/resolve/main/assets/img/logo_92x92.png", width=100)
|
|
|
|
|
|
|
99 |
|
100 |
with col2:
|
101 |
# Logo de Alpha Program
|