Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KZTech
/
image-to-text-ocr
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
66783c6
image-to-text-ocr
/
app.py
KZTech
Update app.py
7dab5c7
verified
3 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
import
streamlit
as
st
st.title(
"Hello Streamlit"
)
st.write(
"This app is running with proper context."
)