Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -15,7 +15,7 @@ def run_notebook(fruits: str):
|
|
15 |
# Execute the notebook with Papermill
|
16 |
pm.execute_notebook(
|
17 |
"fruitchecker.ipynb",
|
18 |
-
output_path="nulloutput.ipynb", #The notebook output isnt used, but a path is still required
|
19 |
parameters={"fruits": fruit_list}
|
20 |
)
|
21 |
|
|
|
15 |
# Execute the notebook with Papermill
|
16 |
pm.execute_notebook(
|
17 |
"fruitchecker.ipynb",
|
18 |
+
output_path="/tmp/nulloutput.ipynb", #The notebook output isnt used, but a path is still required
|
19 |
parameters={"fruits": fruit_list}
|
20 |
)
|
21 |
|