shubham5027 commited on
Commit
b5881ac
·
verified ·
1 Parent(s): 63ffce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import joblib
4
 
5
  # Load the pre-trained crop yield prediction model
6
- crop_yield_model = joblib.load('voting_yield.sav')
7
 
8
  # Define states, crops, and seasons for dropdown menus
9
  states = [
 
3
  import joblib
4
 
5
  # Load the pre-trained crop yield prediction model
6
+ crop_yield_model = joblib.load('yield_model.sav')
7
 
8
  # Define states, crops, and seasons for dropdown menus
9
  states = [