Spaces:
Sleeping
Sleeping
Commit
·
be2b6f9
1
Parent(s):
539d0f0
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ for milestone in inference_repo.get_milestones():
|
|
22 |
Start=desc['start date'],
|
23 |
Finish=milestone.due_on.strftime('%Y-%m-%d'),
|
24 |
Resource=desc['status'],
|
25 |
-
|
26 |
|
27 |
colors = {'not started': 'rgb(220, 0, 0)',
|
28 |
'incomplete': (1, 0.9, 0.16),
|
|
|
22 |
Start=desc['start date'],
|
23 |
Finish=milestone.due_on.strftime('%Y-%m-%d'),
|
24 |
Resource=desc['status'],
|
25 |
+
Description=desc['leader']))
|
26 |
|
27 |
colors = {'not started': 'rgb(220, 0, 0)',
|
28 |
'incomplete': (1, 0.9, 0.16),
|