Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,14 +65,17 @@ st.markdown("""
|
|
65 |
background-color: #1A1A1A !important;
|
66 |
}
|
67 |
.custom-table {
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
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)
|