Andrea Seveso commited on
Commit
9dc8cf4
1 Parent(s): 315c005

Remove highlight from macro area for now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def get_macro_area_data():
136
  'LS (29)', ' MO (24)', 'SP (4)', 'SY (19)', 'TP (6)']
137
  dataset.columns = columns
138
  dataset = dataset.round(1)
139
- dataset = dataset.style.highlight_max(color='lightgreen', axis=0)
140
  return dataset
141
 
142
 
 
136
  'LS (29)', ' MO (24)', 'SP (4)', 'SY (19)', 'TP (6)']
137
  dataset.columns = columns
138
  dataset = dataset.round(1)
139
+ # dataset = dataset.style.highlight_max(color='lightgreen', axis=0)
140
  return dataset
141
 
142