Corran commited on
Commit
07ed8fc
·
verified ·
1 Parent(s): 07317c7

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
 
10
  fruit_list = fruits.split(",")
11
 
12
- with open("/tmp/fruits.txt", "w") as f:
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