Corran commited on
Commit
7d0a8cd
·
verified ·
1 Parent(s): ad5b7ab

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -15,6 +15,7 @@ def run_notebook(fruits: str):
15
  # Execute the notebook with Papermill
16
  pm.execute_notebook(
17
  "fruitchecker.ipynb",
 
18
  parameters={"fruits": fruit_list}
19
  )
20
 
 
15
  # Execute the notebook with Papermill
16
  pm.execute_notebook(
17
  "fruitchecker.ipynb",
18
+ output_path="",
19
  parameters={"fruits": fruit_list}
20
  )
21