ABCABCABC999 commited on
Commit
1384cf7
·
verified ·
1 Parent(s): 1413189

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
 
1
  import streamlit as st
2
- import joblib
3
  import pandas as pd
 
4
 
5
  # Load model and encoders
6
  @st.cache_resource
 
1
+
2
  import streamlit as st
 
3
  import pandas as pd
4
+ import joblib
5
 
6
  # Load model and encoders
7
  @st.cache_resource