Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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 = "
|
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,
|