CCockrum commited on
Commit
2820156
·
verified ·
1 Parent(s): bd9c01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -46,11 +46,7 @@ st.markdown("""
46
  header[data-testid="stHeader"] {
47
  background-color: #1A1A1A !important;
48
  }
49
- section.main > div { /* widen main container */
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