Spaces:
Runtime error
Runtime error
Commit
·
6ef7c7b
1
Parent(s):
00353aa
Remove comments
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# TODO-future: Add filter of X varaible to reduce the data? (Here we would show "Gentoo" has count 0, rather than remove if no data exists)
|
2 |
-
# TODO-future: Add brushing to zoom into the plot. The counts should represent the data in the zoomed area. (Single click would zoom out)
|
3 |
-
|
4 |
from pathlib import Path
|
5 |
from typing import List
|
6 |
|
|
|
|
|
|
|
|
|
1 |
from pathlib import Path
|
2 |
from typing import List
|
3 |
|