Spaces:
Runtime error
Runtime error
changed colors
Browse files- WTI.py +1 -1
- __pycache__/WTI.cpython-38.pyc +0 -0
WTI.py
CHANGED
@@ -136,7 +136,7 @@ def displayWTI():
|
|
136 |
|
137 |
cell_hover = { # for row hover use <tr> instead of <td>
|
138 |
'selector': 'tr:hover',
|
139 |
-
'props': [('background-color', '#
|
140 |
}
|
141 |
|
142 |
index_names = {
|
|
|
136 |
|
137 |
cell_hover = { # for row hover use <tr> instead of <td>
|
138 |
'selector': 'tr:hover',
|
139 |
+
'props': [('background-color', '#ffc423')]
|
140 |
}
|
141 |
|
142 |
index_names = {
|
__pycache__/WTI.cpython-38.pyc
CHANGED
Binary files a/__pycache__/WTI.cpython-38.pyc and b/__pycache__/WTI.cpython-38.pyc differ
|
|