Update app.py
Browse files
app.py
CHANGED
|
@@ -1676,9 +1676,9 @@ def server(input, output, session):
|
|
| 1676 |
('text-align', 'centre'),
|
| 1677 |
]
|
| 1678 |
|
| 1679 |
-
},{'selector' :'th', 'props':[('text-align', 'center'),('Height','
|
| 1680 |
[{'selector': 'tr', 'props': [('line-height', '0.4px')]}],overwrite=False).set_properties(
|
| 1681 |
-
**{'Height': '
|
| 1682 |
|
| 1683 |
|
| 1684 |
|
|
|
|
| 1676 |
('text-align', 'centre'),
|
| 1677 |
]
|
| 1678 |
|
| 1679 |
+
},{'selector' :'th', 'props':[('text-align', 'center'),('Height','24px'),('border', '0.4px black solid !important'),('font-size', '16px')]},{'selector' :'td', 'props':[('text-align', 'center'),('font-size', '16px')]}],overwrite=False).set_table_styles(
|
| 1680 |
[{'selector': 'tr', 'props': [('line-height', '0.4px')]}],overwrite=False).set_properties(
|
| 1681 |
+
**{'Height': '24px'},**{'text-align': 'center'},overwrite=False).hide_index()
|
| 1682 |
|
| 1683 |
|
| 1684 |
|