Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrradix
/
mona
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
972a3bd
mona
/
pages
/
__init__.py
mrradix
Create __init__.py
a9517b4
verified
5 months ago
raw
Copy download link
history
blame
186 Bytes
"""
Pages module for MONA application
Contains all page components and dashboard functionality
"""
from
pages.dashboard
import
create_dashboard_page
__all__ = [
'create_dashboard_page'
]