File size: 357 Bytes
9f7a6d7
 
 
 
 
 
 
 
 
d53a51c
9f7a6d7
d53a51c
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
Tabs Package
============
Individual tab components for the Gradio interface.
"""

from .leaf_tab import create_leaf_tab
from .farm_tab import create_farm_tab
from .weather_tab import create_weather_tab
from .legislation_tab import create_legislation_tab

__all__ = ["create_leaf_tab", "create_farm_tab", "create_weather_tab", "create_legislation_tab"]