Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arpy8
/
Omdena_Algeria_Bhopal_Streamlit_App
like
0
Runtime error
App
Files
Files
Community
2abd5b4
Omdena_Algeria_Bhopal_Streamlit_App
/
model.py
arpy8
add model
612a09a
10 months ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
streamlit
as
st
def
model_page
():
st.info(
"##### Model is yet to be fitted."
)
return
None