tutosutiles commited on
Commit
b0221b1
·
verified ·
1 Parent(s): 6f1421f

Update techsolut_theme.py

Browse files
Files changed (1) hide show
  1. techsolut_theme.py +3 -3
techsolut_theme.py CHANGED
@@ -61,7 +61,7 @@ def apply_techsolut_theme():
61
  background-color: #1E293B;
62
  color: white;
63
  border: 1px solid #34D399;
64
- border-radius: 8px;
65
  padding: 0.5rem 1.5rem;
66
  transition: all 0.3s ease-in-out;
67
  }
@@ -111,7 +111,7 @@ def apply_techsolut_theme():
111
  }
112
 
113
  .icon {
114
- margin-right: 8px;
115
  }
116
  </style>
117
  """
@@ -122,7 +122,7 @@ def apply_techsolut_theme():
122
  with col1:
123
  try:
124
  logo = Image.open(TECHSOLUT_LOGO_PATH)
125
- st.image(logo, width=80)
126
  except Exception:
127
  st.write(":sparkles:")
128
  with col2:
 
61
  background-color: #1E293B;
62
  color: white;
63
  border: 1px solid #34D399;
64
+ border-radius: 6px;
65
  padding: 0.5rem 1.5rem;
66
  transition: all 0.3s ease-in-out;
67
  }
 
111
  }
112
 
113
  .icon {
114
+ margin-right: 6px;
115
  }
116
  </style>
117
  """
 
122
  with col1:
123
  try:
124
  logo = Image.open(TECHSOLUT_LOGO_PATH)
125
+ st.image(logo, width=40)
126
  except Exception:
127
  st.write(":sparkles:")
128
  with col2: