Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,6 +86,7 @@ st.markdown(
|
|
| 86 |
background-color: white;
|
| 87 |
z-index: 99;
|
| 88 |
}
|
|
|
|
| 89 |
.stSidebar .sidebar-content {
|
| 90 |
background-color: #f0f2f6;
|
| 91 |
padding: 20px;
|
|
|
|
| 86 |
background-color: white;
|
| 87 |
z-index: 99;
|
| 88 |
}
|
| 89 |
+
/* Fix the sidebar content */
|
| 90 |
.stSidebar .sidebar-content {
|
| 91 |
background-color: #f0f2f6;
|
| 92 |
padding: 20px;
|