Update modules/ui/ui.py
Browse files- modules/ui/ui.py +32 -29
modules/ui/ui.py
CHANGED
|
@@ -217,6 +217,37 @@ def login_register_page(lang_code, t):
|
|
| 217 |
</style>
|
| 218 |
""", unsafe_allow_html=True)
|
| 219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
#################################### LOGOS ################################################################################################
|
| 221 |
# Crear contenedor para logos y selector de idioma usando columnas de Streamlit
|
| 222 |
col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 0.50, 1, 1])
|
|
@@ -451,32 +482,4 @@ if __name__ == "__main__":
|
|
| 451 |
|
| 452 |
|
| 453 |
#############################################################
|
| 454 |
-
#############################################################
|
| 455 |
-
|
| 456 |
-
footer_placeholder = st.empty()
|
| 457 |
-
|
| 458 |
-
footer_placeholder.markdown("""
|
| 459 |
-
<style>
|
| 460 |
-
#footer {
|
| 461 |
-
position: fixed;
|
| 462 |
-
bottom: 0;
|
| 463 |
-
left: 0;
|
| 464 |
-
width: 100%;
|
| 465 |
-
background-color: #f0f2f6;
|
| 466 |
-
color: #4f4f4f;
|
| 467 |
-
text-align: center;
|
| 468 |
-
padding: 10px;
|
| 469 |
-
font-size: 12px;
|
| 470 |
-
border-top: 1px solid #e6e6e6;
|
| 471 |
-
z-index: 100;
|
| 472 |
-
}
|
| 473 |
-
|
| 474 |
-
.main > div {
|
| 475 |
-
padding-bottom: 60px;
|
| 476 |
-
}
|
| 477 |
-
</style>
|
| 478 |
-
|
| 479 |
-
<div id="footer">
|
| 480 |
-
© 2025 NVIDIA, the NVIDIA logo, and AIdeaText, ALPHA are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and other countries.
|
| 481 |
-
</div>
|
| 482 |
-
""", unsafe_allow_html=True)
|
|
|
|
| 217 |
</style>
|
| 218 |
""", unsafe_allow_html=True)
|
| 219 |
|
| 220 |
+
####################################################################################################################################
|
| 221 |
+
|
| 222 |
+
# Pie de página legal
|
| 223 |
+
footer_placeholder = st.empty()
|
| 224 |
+
|
| 225 |
+
footer_placeholder.markdown("""
|
| 226 |
+
<style>
|
| 227 |
+
#footer {
|
| 228 |
+
position: fixed;
|
| 229 |
+
bottom: 0;
|
| 230 |
+
left: 0;
|
| 231 |
+
width: 100%;
|
| 232 |
+
background-color: #f0f2f6;
|
| 233 |
+
color: #4f4f4f;
|
| 234 |
+
text-align: center;
|
| 235 |
+
padding: 10px;
|
| 236 |
+
font-size: 12px;
|
| 237 |
+
border-top: 1px solid #e6e6e6;
|
| 238 |
+
z-index: 100;
|
| 239 |
+
}
|
| 240 |
+
.main > div {
|
| 241 |
+
padding-bottom: 60px;
|
| 242 |
+
}
|
| 243 |
+
</style>
|
| 244 |
+
|
| 245 |
+
<div id="footer">
|
| 246 |
+
© 2025 NVIDIA, the NVIDIA logo, and AIdeaText, ALPHA are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and other countries.
|
| 247 |
+
</div>
|
| 248 |
+
""", unsafe_allow_html=True)
|
| 249 |
+
|
| 250 |
+
|
| 251 |
#################################### LOGOS ################################################################################################
|
| 252 |
# Crear contenedor para logos y selector de idioma usando columnas de Streamlit
|
| 253 |
col1, col2, col3, col4, col5 = st.columns([0.25, 0.25, 0.50, 1, 1])
|
|
|
|
| 482 |
|
| 483 |
|
| 484 |
#############################################################
|
| 485 |
+
#############################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|