AIdeaText commited on
Commit
9f323f9
·
verified ·
1 Parent(s): d12d2d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -26,13 +26,11 @@ st.set_page_config(
26
  st.html("""
27
  <style>
28
  [alt=Logo] {
29
- height: 12rem; # Puedes ajustar este valor según necesites
30
  max-width: 100%;
31
  object-fit: contain;
32
- margin: 0.5rem 0;
33
  }
34
-
35
- /* Asegura que el logo se ve bien en modo oscuro y claro */
36
  [data-testid="stSidebar"] [alt=Logo] {
37
  filter: none !important;
38
  }
 
26
  st.html("""
27
  <style>
28
  [alt=Logo] {
29
+ height: 10rem;
30
  max-width: 100%;
31
  object-fit: contain;
32
+ margin: 1rem 0;
33
  }
 
 
34
  [data-testid="stSidebar"] [alt=Logo] {
35
  filter: none !important;
36
  }