Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,11 @@ st.markdown("""
|
|
26 |
text-align: center;
|
27 |
}
|
28 |
.stContainer {
|
29 |
-
background-color:
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
.logo-container {
|
32 |
background-color: black;
|
|
|
26 |
text-align: center;
|
27 |
}
|
28 |
.stContainer {
|
29 |
+
background-color: #000000;
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
max-width: 100%;
|
34 |
}
|
35 |
.logo-container {
|
36 |
background-color: black;
|