Spaces:
Sleeping
Sleeping
Commit
·
ac303bc
1
Parent(s):
6e2d263
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ for milestone in inference_repo.get_milestones():
|
|
26 |
Resource=desc['status'],
|
27 |
Description=desc['leader']))
|
28 |
|
29 |
-
df.append(dict(Task=f"""<a href="https://www.github.com/bigcode-project/bigcode-inference-benchmark/milestone/
|
30 |
Start='2023-04-01',
|
31 |
Finish='2023-04-02',
|
32 |
Resource='in progress',
|
|
|
26 |
Resource=desc['status'],
|
27 |
Description=desc['leader']))
|
28 |
|
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',
|