Spaces:
Sleeping
Sleeping
Commit
·
4fa12ba
1
Parent(s):
ac303bc
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ for milestone in inference_repo.get_milestones():
|
|
29 |
df.append(dict(Task=f"""<a href="https://www.github.com/bigcode-project/bigcode-inference-benchmark/milestone/1", target="_black">PII data collection</a>""",
|
30 |
Start='2023-04-01',
|
31 |
Finish='2023-04-02',
|
32 |
-
Resource='in progress'
|
33 |
-
Description="")
|
34 |
|
35 |
colors = {'not started': 'rgb(217, 217, 217)',
|
36 |
'in progress': 'rgb(147, 196, 125)',
|
|
|
29 |
df.append(dict(Task=f"""<a href="https://www.github.com/bigcode-project/bigcode-inference-benchmark/milestone/1", target="_black">PII data collection</a>""",
|
30 |
Start='2023-04-01',
|
31 |
Finish='2023-04-02',
|
32 |
+
Resource='in progress'))
|
|
|
33 |
|
34 |
colors = {'not started': 'rgb(217, 217, 217)',
|
35 |
'in progress': 'rgb(147, 196, 125)',
|