CCockrum commited on
Commit
462e82f
·
verified ·
1 Parent(s): 76e1ce8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,7 +43,7 @@ st.markdown("""
43
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
44
  }
45
  header[data-testid="stHeader"] {
46
- background-color: #D3D3D3 !important;
47
  }
48
  section[data-testid="stSidebar"] > div:first-child {
49
  background-color: #1A1A1A !important;
@@ -65,7 +65,7 @@ st.markdown("""
65
  background-color: #1A1A1A !important;
66
  }
67
  .custom-table {
68
- background-color: #f5f5f5;
69
  color: #1A1A1A;
70
  font-family: monospace;
71
  padding: 1rem;
 
43
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
44
  }
45
  header[data-testid="stHeader"] {
46
+ background-color: gray !important;
47
  }
48
  section[data-testid="stSidebar"] > div:first-child {
49
  background-color: #1A1A1A !important;
 
65
  background-color: #1A1A1A !important;
66
  }
67
  .custom-table {
68
+ background-color: #D3D3D3;
69
  color: #1A1A1A;
70
  font-family: monospace;
71
  padding: 1rem;