Corran commited on
Commit
05de73d
·
verified ·
1 Parent(s): fa8e217

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -9,7 +9,7 @@ def run_notebook(fruits: str):
9
  fruit_list = fruits.split(",")
10
 
11
  # Execute the notebook with Papermill
12
- output_path = "/tmp/output.ipynb"
13
  pm.execute_notebook(
14
  "fruitchecker.ipynb",
15
  output_path,
 
9
  fruit_list = fruits.split(",")
10
 
11
  # Execute the notebook with Papermill
12
+ output_path = "output.ipynb"
13
  pm.execute_notebook(
14
  "fruitchecker.ipynb",
15
  output_path,