Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -9,7 +9,7 @@ def run_notebook(fruits: str):
|
|
| 9 |
|
| 10 |
fruit_list = fruits.split(",")
|
| 11 |
|
| 12 |
-
with open("/tmp/
|
| 13 |
f.write("\n".join(fruit_list))
|
| 14 |
|
| 15 |
# Execute the notebook with Papermill
|
|
|
|
| 9 |
|
| 10 |
fruit_list = fruits.split(",")
|
| 11 |
|
| 12 |
+
with open("/tmp/input.txt", "w") as f:
|
| 13 |
f.write("\n".join(fruit_list))
|
| 14 |
|
| 15 |
# Execute the notebook with Papermill
|