Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ st.set_page_config(
|
|
26 |
st.html("""
|
27 |
<style>
|
28 |
[alt=Logo] {
|
29 |
-
height:
|
30 |
max-width: 100%;
|
31 |
object-fit: contain;
|
32 |
margin: 0.5rem 0;
|
@@ -41,8 +41,8 @@ st.html("""
|
|
41 |
|
42 |
# Ahora el logo
|
43 |
st.logo(
|
44 |
-
"./assets/img/
|
45 |
-
size="
|
46 |
link="https://aideatext.ai"
|
47 |
)
|
48 |
|
|
|
26 |
st.html("""
|
27 |
<style>
|
28 |
[alt=Logo] {
|
29 |
+
height: 5rem; # Puedes ajustar este valor según necesites
|
30 |
max-width: 100%;
|
31 |
object-fit: contain;
|
32 |
margin: 0.5rem 0;
|
|
|
41 |
|
42 |
# Ahora el logo
|
43 |
st.logo(
|
44 |
+
"./assets/img/logo_92x92.png",
|
45 |
+
size="large", # Esto se sobrescribirá con el CSS
|
46 |
link="https://aideatext.ai"
|
47 |
)
|
48 |
|