Spaces:
Sleeping
Sleeping
File size: 212 Bytes
976166f |
1 2 3 4 5 6 7 8 9 |
from datetime import timedelta
stream_frequency = timedelta(seconds=60)
TABLE_NAME_AND_FREQ = [
('benchmark_profile', timedelta(days=1)),
('portfolio_profile', timedelta(days=1))
]
COMPONENT_WIDTH = 375 |