Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
macayaven
/
reframe
like
0
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
reframe
/
ui_components
/
__init__.py
macayaven
first-features (
#1
)
c6ce43e
verified
9 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
177 Bytes
"""
UI Components for re-frame Gradio app
"""
from
.landing
import
create_landing_tab
from
.learn
import
create_learn_tab
__all__ = [
'create_landing_tab'
,
'create_learn_tab'
]