Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samkeet
/
CV_Accelerator
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3d90a2e
CV_Accelerator
/
Welcome.py
samkeet
First Commit
3d90a2e
verified
6 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
# Set the page config
import
streamlit
as
st
st.set_page_config(
page_title=
"Welcome"
,
page_icon=
":open_file_folder:"
,
layout=
"wide"
,
)