nataliaElv commited on
Commit
1c1793c
·
1 Parent(s): 7c723ed

Update colors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def build_dataframes(covered_language_codes):
31
 
32
  def create_piechart():
33
 
34
- colors = ['rgba(38, 24, 74, 0.8)', 'rgba(190, 192, 213, 1)']
35
  fig = go.Figure(
36
  go.Pie(
37
  labels=["With lead", "Without lead"],
 
31
 
32
  def create_piechart():
33
 
34
+ colors = ['#ffd21e', '#0b4a70']
35
  fig = go.Figure(
36
  go.Pie(
37
  labels=["With lead", "Without lead"],