Spaces:
Running
Running
victormiller
commited on
Update results.py
Browse files- results.py +1 -1
results.py
CHANGED
@@ -5,7 +5,7 @@ from matplotlib import pyplot
|
|
5 |
from fh_matplotlib import matplotlib2fasthtml
|
6 |
|
7 |
|
8 |
-
with open("graph_data.jsonl",
|
9 |
for line in f:
|
10 |
for title, meta in json.loads(line).items():
|
11 |
_, ax = pyplot.subplots()
|
|
|
5 |
from fh_matplotlib import matplotlib2fasthtml
|
6 |
|
7 |
|
8 |
+
with open("data/graph_data.jsonl", "r") as f:
|
9 |
for line in f:
|
10 |
for title, meta in json.loads(line).items():
|
11 |
_, ax = pyplot.subplots()
|