Skip to content

Commit

Permalink
Simplify path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 29, 2024
1 parent f99d1bc commit eaaeb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"outputs": [],
"source": [
"app = App.from_csv(\"/files/indicators.csv\")\n",
"app = App.from_csv(\"indicators.csv\")\n",
"\n",
"app.container"
]
Expand Down

0 comments on commit eaaeb22

Please sign in to comment.