AgroSense / src /ui /__init__.py
RafaelJaime's picture
Update app and add new source files
9f7a6d7
"""
UI Package
==========
User interface components for Gradio.
"""
from .interface import create_gradio_interface
__all__ = ["create_gradio_interface"]