Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def apply_custom_css():
|
|
16 |
display: flex;
|
17 |
justify-content: space-between;
|
18 |
align-items: center;
|
19 |
-
padding: 1rem
|
20 |
background-color: #f0f2f6;
|
21 |
}
|
22 |
.welcome-message {
|
|
|
16 |
display: flex;
|
17 |
justify-content: space-between;
|
18 |
align-items: center;
|
19 |
+
padding: 1rem 150;
|
20 |
background-color: #f0f2f6;
|
21 |
}
|
22 |
.welcome-message {
|