Spaces:
Sleeping
Sleeping
Update logo
Browse files
app.py
CHANGED
@@ -27,10 +27,15 @@ st.markdown("""
|
|
27 |
}
|
28 |
.logo-container {
|
29 |
background-color: black;
|
30 |
-
padding: 10px;
|
31 |
display: flex;
|
32 |
justify-content: center;
|
33 |
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
.stButton>button {
|
36 |
# background-color: #4B7BE5;
|
|
|
27 |
}
|
28 |
.logo-container {
|
29 |
background-color: black;
|
|
|
30 |
display: flex;
|
31 |
justify-content: center;
|
32 |
align-items: center;
|
33 |
+
padding: 10px;
|
34 |
+
max-width: 100%;
|
35 |
+
}
|
36 |
+
.logo-container img {
|
37 |
+
max-width: 100%;
|
38 |
+
height: auto;
|
39 |
}
|
40 |
.stButton>button {
|
41 |
# background-color: #4B7BE5;
|