saritha5 commited on
Commit
42603bb
·
1 Parent(s): bb3e1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ warnings.simplefilter("ignore", UserWarning)
7
 
8
  model_path = "ThirdEyeData/Retail-Anomaly"
9
 
10
- MODEL = pickle.load(open('model_path','rb'))
11
 
12
  st.title("Retail Anomaly")
13
  st.write(""" An anomaly (also known as an outlier) is when something happens that is outside of the norm, when it stands out or deviates from what is expected.
 
7
 
8
  model_path = "ThirdEyeData/Retail-Anomaly"
9
 
10
+ MODEL = pickle.load(open(model_path,'rb'))
11
 
12
  st.title("Retail Anomaly")
13
  st.write(""" An anomaly (also known as an outlier) is when something happens that is outside of the norm, when it stands out or deviates from what is expected.