AIdeaText commited on
Commit
cebd10d
·
verified ·
1 Parent(s): 05f56bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,7 +26,7 @@ st.set_page_config(
26
  st.html("""
27
  <style>
28
  [alt=Logo] {
29
- height: 3rem; # Puedes ajustar este valor según necesites
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/aideaText_logo.png",
45
- size="medium", # Esto se sobrescribirá con el CSS
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