Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,12 +103,6 @@ def get_filter_data():
|
|
103 |
}
|
104 |
|
105 |
css = """
|
106 |
-
body {
|
107 |
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
108 |
-
background-color: #121212;
|
109 |
-
color: #f0f0f0;
|
110 |
-
}
|
111 |
-
|
112 |
.html-container {
|
113 |
text-align: center;
|
114 |
display: flex;
|
@@ -154,29 +148,6 @@ body {
|
|
154 |
margin-right: 0.5rem;
|
155 |
flex-shrink: 0;
|
156 |
}
|
157 |
-
|
158 |
-
table {
|
159 |
-
background-color: #121212 !important;
|
160 |
-
color: white !important;
|
161 |
-
font-family: 'Courier New', monospace !important;
|
162 |
-
}
|
163 |
-
|
164 |
-
thead th {
|
165 |
-
background-color: #121212 !important;
|
166 |
-
color: white !important;
|
167 |
-
border-bottom: 1px solid #333 !important;
|
168 |
-
border-color: #333 !important;
|
169 |
-
padding: 8px 5px !important;
|
170 |
-
text-align: center !important;
|
171 |
-
}
|
172 |
-
|
173 |
-
tbody td {
|
174 |
-
background-color: #121212 !important;
|
175 |
-
color: white !important;
|
176 |
-
border-color: #333 !important;
|
177 |
-
padding: 6px 5px !important;
|
178 |
-
border-bottom: 1px solid #333 !important;
|
179 |
-
}
|
180 |
"""
|
181 |
|
182 |
filter_data = get_filter_data()
|
|
|
103 |
}
|
104 |
|
105 |
css = """
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
.html-container {
|
107 |
text-align: center;
|
108 |
display: flex;
|
|
|
148 |
margin-right: 0.5rem;
|
149 |
flex-shrink: 0;
|
150 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
"""
|
152 |
|
153 |
filter_data = get_filter_data()
|