EAV123 commited on
Commit
6d796e4
·
verified ·
1 Parent(s): de2d72c

Update config.py

Browse files

added missing import
import streamlit as st

Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,5 +1,5 @@
1
  # config.py
2
-
3
 
4
  # File paths
5
  MODEL_PATH = 'best_model_1.pkl'
 
1
  # config.py
2
+ import streamlit as st
3
 
4
  # File paths
5
  MODEL_PATH = 'best_model_1.pkl'