Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EAV123
/
Microbial_Susceptibility_Analyzer
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
EAV123
commited on
Mar 17
Commit
6d796e4
·
verified
·
1 Parent(s):
de2d72c
Update config.py
Browse files
added missing import
import streamlit as st
Files changed (1)
hide
show
config.py
+1
-1
config.py
CHANGED
Viewed
@@ -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'