Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ custom_css = """
|
|
| 33 |
/* Sidebar styling */
|
| 34 |
.sidebar-panel {
|
| 35 |
background-color: rgba(128, 128, 128, 0.05);
|
| 36 |
-
padding:
|
| 37 |
border-radius: 12px;
|
| 38 |
min-width: 290px !important;
|
| 39 |
}
|
|
|
|
| 33 |
/* Sidebar styling */
|
| 34 |
.sidebar-panel {
|
| 35 |
background-color: rgba(128, 128, 128, 0.05);
|
| 36 |
+
padding: 10px !important;
|
| 37 |
border-radius: 12px;
|
| 38 |
min-width: 290px !important;
|
| 39 |
}
|