Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,17 +14,18 @@ def main():
|
|
14 |
resized_logo = logo.resize((40, 40)) # Resize the logo to 50x50 pixels
|
15 |
st.image(resized_logo)
|
16 |
|
17 |
-
# Display the text in the second column, vertically centered, with custom font and size
|
18 |
with col2:
|
19 |
st.markdown(
|
20 |
"""
|
21 |
<div style="
|
22 |
display: flex;
|
23 |
-
align-items:
|
24 |
-
|
|
|
25 |
font-family: 'Inter', sans-serif;
|
26 |
font-size: 26px;
|
27 |
-
font-weight: bold;
|
|
|
28 |
AI Energy Score
|
29 |
</div>
|
30 |
""",
|
|
|
14 |
resized_logo = logo.resize((40, 40)) # Resize the logo to 50x50 pixels
|
15 |
st.image(resized_logo)
|
16 |
|
|
|
17 |
with col2:
|
18 |
st.markdown(
|
19 |
"""
|
20 |
<div style="
|
21 |
display: flex;
|
22 |
+
align-items: center;
|
23 |
+
margin: 0;
|
24 |
+
padding: 0;
|
25 |
font-family: 'Inter', sans-serif;
|
26 |
font-size: 26px;
|
27 |
+
font-weight: bold;
|
28 |
+
line-height: 1;">
|
29 |
AI Energy Score
|
30 |
</div>
|
31 |
""",
|