Update app.py
Browse files
app.py
CHANGED
@@ -26,13 +26,11 @@ st.set_page_config(
|
|
26 |
st.html("""
|
27 |
<style>
|
28 |
[alt=Logo] {
|
29 |
-
height:
|
30 |
max-width: 100%;
|
31 |
object-fit: contain;
|
32 |
-
margin:
|
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 |
}
|