nesticot commited on
Commit
47562b7
·
1 Parent(s): 1265453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ 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':'80px'},overwrite=False).set_properties(
378
  **{'background-color':'White','index':'White','min-width':'200px'},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(
 
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':'100px'},overwrite=False).set_properties(
378
  **{'background-color':'White','index':'White','min-width':'200px'},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(