Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -96,7 +96,7 @@ def login_register_page(lang_code, t):
|
|
96 |
with col1:
|
97 |
# Logo de AIdeaText con enlace
|
98 |
st.markdown(
|
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="
|
100 |
unsafe_allow_html=True
|
101 |
)
|
102 |
|
|
|
96 |
with col1:
|
97 |
# Logo de AIdeaText con enlace
|
98 |
st.markdown(
|
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="120"></a>',
|
100 |
unsafe_allow_html=True
|
101 |
)
|
102 |
|