CCockrum commited on
Commit
9073294
·
verified ·
1 Parent(s): ea3e2a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -8
app.py CHANGED
@@ -65,14 +65,17 @@ st.markdown("""
65
  background-color: #1A1A1A !important;
66
  }
67
  .custom-table {
68
- background-color: #D3D3D3;
69
- color: #1A1A1A;
70
- font-family: monospace;
71
- padding: 1rem;
72
- border-radius: 8px;
73
- overflow-x: auto;
74
- white-space: pre;
75
- border: 1px solid #ccc;
 
 
 
76
  }
77
  </style>
78
  """, unsafe_allow_html=True)
 
65
  background-color: #1A1A1A !important;
66
  }
67
  .custom-table {
68
+ background-color: #D3D3D3 !important;
69
+ color: #1A1A1A !important;
70
+ font-family: sans-serif;
71
+ font-size: 0.95rem;
72
+ padding: 1.5rem;
73
+ border-radius: 10px;
74
+ overflow-x: auto;
75
+ white-space: normal;
76
+ border: 1px solid #aaa;
77
+ line-height: 1.6;
78
+
79
  }
80
  </style>
81
  """, unsafe_allow_html=True)