Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -374,8 +374,8 @@ def server(input, output, session):
|
|
374 |
|
375 |
},{'selector' :'th', 'props':[('text-align', 'center'),('Height','px'),('color','black'),(
|
376 |
'border', '1px black solid !important')]},{'selector' :'td', 'props':[('text-align', 'center'),('font-size', '18px'),('color','black')]}],overwrite=False).set_properties(
|
377 |
-
**{'background-color':'White','index':'White','min-width':'
|
378 |
-
**{'background-color':'White','index':'White','min-width':'
|
379 |
[{'selector': 'th:first-child', 'props': [('background-color', 'white')]}],overwrite=False).set_table_styles(
|
380 |
[{'selector': 'tr:first-child', 'props': [('background-color', 'white')]}],overwrite=False).set_table_styles(
|
381 |
[{'selector': 'tr', 'props': [('line-height', '25px')]}],overwrite=False).set_properties(
|
|
|
374 |
|
375 |
},{'selector' :'th', 'props':[('text-align', 'center'),('Height','px'),('color','black'),(
|
376 |
'border', '1px black solid !important')]},{'selector' :'td', 'props':[('text-align', 'center'),('font-size', '18px'),('color','black')]}],overwrite=False).set_properties(
|
377 |
+
**{'background-color':'White','index':'White','min-width':'150px'},overwrite=False).set_properties(
|
378 |
+
**{'background-color':'White','index':'White','min-width':'300px'},overwrite=False,subset=cols[0]).set_table_styles(
|
379 |
[{'selector': 'th:first-child', 'props': [('background-color', 'white')]}],overwrite=False).set_table_styles(
|
380 |
[{'selector': 'tr:first-child', 'props': [('background-color', 'white')]}],overwrite=False).set_table_styles(
|
381 |
[{'selector': 'tr', 'props': [('line-height', '25px')]}],overwrite=False).set_properties(
|