mdreyer5 commited on
Commit
758dbf0
1 Parent(s): 9ce576f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -336,7 +336,6 @@ import pickle
336
  with open('tree_reg.pkl','wb') as f:
337
  pickle.dump(tree_reg,f)
338
 
339
- ls
340
 
341
  # Step 6.3: Define a new function that accommodates the input modules.
342
  def machine_learning_model(input1, input2, input3, input4, input5, input6, input7, input8):
 
336
  with open('tree_reg.pkl','wb') as f:
337
  pickle.dump(tree_reg,f)
338
 
 
339
 
340
  # Step 6.3: Define a new function that accommodates the input modules.
341
  def machine_learning_model(input1, input2, input3, input4, input5, input6, input7, input8):