DataWizard9742 commited on
Commit
7fe08ab
·
verified ·
1 Parent(s): 56e97d4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import streamlit as st
5
  import sklearn
6
 
7
- model_file = "./model.pkl"
8
  try:
9
  with open(model_file,'rb') as file:
10
  model = pickle.load(file)
 
4
  import streamlit as st
5
  import sklearn
6
 
7
+ model_file = "/model.pkl"
8
  try:
9
  with open(model_file,'rb') as file:
10
  model = pickle.load(file)