AIdeaText commited on
Commit
29ed89c
verified
1 Parent(s): 5bd2e27

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +29 -0
modules/ui/ui.py CHANGED
@@ -283,7 +283,36 @@ def login_register_page(lang_code, t):
283
 
284
  </style>
285
  """, unsafe_allow_html=True)
 
286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  # ============================================
288
  # [1] LOGO AIdeaText CENTRADO - UNA SOLA FILA
289
  # ============================================
 
283
 
284
  </style>
285
  """, unsafe_allow_html=True)
286
+ ####################################################################################################################################
287
 
288
+ # Pie de p谩gina legal (debe ir al final de la funci贸n)
289
+ footer_placeholder = st.empty()
290
+ footer_placeholder.markdown("""
291
+ <style>
292
+ #footer {
293
+ position: fixed;
294
+ bottom: 0;
295
+ left: 0;
296
+ width: 100%;
297
+ background-color: #f0f2f6;
298
+ color: #4f4f4f;
299
+ text-align: center;
300
+ padding: 10px;
301
+ font-size: 12px;
302
+ border-top: 1px solid #e6e6e6;
303
+ z-index: 100;
304
+ }
305
+ .main > div {
306
+ padding-bottom: 60px;
307
+ }
308
+ </style>
309
+
310
+ <div id="footer">
311
+ 漏 2025 NVIDIA, the NVIDIA logo are trademarks and/or registered trademarks of NVIDIA Corporation in the U.S. and other countries.
312
+ </div>
313
+ """, unsafe_allow_html=True)
314
+
315
+ #################################### LOGOS ################################################################################################
316
  # ============================================
317
  # [1] LOGO AIdeaText CENTRADO - UNA SOLA FILA
318
  # ============================================