Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Atmint
/
cpns
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cpns
/
apps
/
web
/
src
/
lib
/
format.ts
rogasper
Add new components for package creation and question detail, implement auto bundle modal, and update routing for builder combo. Also, include new hooks for job management and enhance UI with material icons and star rating components.
dbeb485
2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
119 Bytes
export
function
formatLabel
(
fmt:
string
) {
return
fmt.
replace
(
/_/g
,
" "
).
replace
(
/\b\w/g
,
(
l
) =>
l.
toUpperCase
());
}