Skip to content

Commit 426c6f1

Browse files
committed
adapt for app
1 parent d85c02a commit 426c6f1

File tree

8 files changed

+3037
-5454
lines changed

8 files changed

+3037
-5454
lines changed

poia/content.csv

Lines changed: 0 additions & 2398 deletions
This file was deleted.

poia/most_used_private_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _(importlib, inspect, mo, nilearn):
6262

6363
@app.cell
6464
def _(mo, pd):
65-
df = pd.read_csv(mo.notebook_location() / "public" / "nilearn" / "functions_used.csv")
65+
df = pd.read_csv(mo.notebook_location() / "public" / "functions_used.csv")
6666
return (df,)
6767

6868

0 commit comments

Comments
 (0)