harshiv commited on
Commit
8720981
1 Parent(s): e8e5ad9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import pandas as pd
2
  import pickle
3
-
4
  # Load the trained model from data.pkl (assuming it's a custom model without sklearn)
5
  def load_model():
6
  with open('data.pkl', 'rb') as file:
 
1
  import pandas as pd
2
  import pickle
3
+ import streamlit as st
4
  # Load the trained model from data.pkl (assuming it's a custom model without sklearn)
5
  def load_model():
6
  with open('data.pkl', 'rb') as file: