Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,11 +46,7 @@ st.markdown("""
|
|
46 |
header[data-testid="stHeader"] {
|
47 |
background-color: #1A1A1A !important;
|
48 |
}
|
49 |
-
|
50 |
-
max-width: 95%;
|
51 |
-
padding-left: 3rem;
|
52 |
-
padding-right: 3rem;
|
53 |
-
}
|
54 |
section[data-testid="stSidebar"] > div:first-child {
|
55 |
background-color: #1A1A1A !important;
|
56 |
color: #FFFFFF !important;
|
@@ -93,6 +89,11 @@ st.markdown("""
|
|
93 |
border-radius: 10px;
|
94 |
margin-top: 1.5rem;
|
95 |
}
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
}
|
98 |
|
|
|
46 |
header[data-testid="stHeader"] {
|
47 |
background-color: #1A1A1A !important;
|
48 |
}
|
49 |
+
|
|
|
|
|
|
|
|
|
50 |
section[data-testid="stSidebar"] > div:first-child {
|
51 |
background-color: #1A1A1A !important;
|
52 |
color: #FFFFFF !important;
|
|
|
89 |
border-radius: 10px;
|
90 |
margin-top: 1.5rem;
|
91 |
}
|
92 |
+
section.main > div { /* widen main container */
|
93 |
+
max-width: 95%;
|
94 |
+
padding-left: 3rem;
|
95 |
+
padding-right: 3rem;
|
96 |
+
}
|
97 |
|
98 |
}
|
99 |
|