omarbajouk's picture
Upload 12 files
913561b verified
from src.ui import build_ui
if __name__ == "__main__":
app = build_ui()
app.launch()