Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ st.markdown("""
|
|
13 |
<style>
|
14 |
|
15 |
.main {
|
16 |
-
background-color: #
|
17 |
color: #cccccc!important;
|
18 |
|
19 |
}
|
@@ -22,7 +22,7 @@ st.markdown("""
|
|
22 |
color: #cccccc !important;
|
23 |
padding-left: 3rem !important;
|
24 |
padding-right: 3rem !important;
|
25 |
-
max-width:
|
26 |
margin: auto; /* center it */
|
27 |
}
|
28 |
/* Headings */
|
|
|
13 |
<style>
|
14 |
|
15 |
.main {
|
16 |
+
background-color: #1A1A1A! !important;
|
17 |
color: #cccccc!important;
|
18 |
|
19 |
}
|
|
|
22 |
color: #cccccc !important;
|
23 |
padding-left: 3rem !important;
|
24 |
padding-right: 3rem !important;
|
25 |
+
max-width: 900px; /* widen main feed */
|
26 |
margin: auto; /* center it */
|
27 |
}
|
28 |
/* Headings */
|