Commit
·
1c1793c
1
Parent(s):
7c723ed
Update colors
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def build_dataframes(covered_language_codes):
|
|
31 |
|
32 |
def create_piechart():
|
33 |
|
34 |
-
colors = ['
|
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"],
|