Spaces:
Paused
Paused
refactor: rename DPR Simulator to DPR AI Simulator across the codebase and update related documentation
0798703 | """UI module for DPR AI Simulator.""" | |
| from .app import create_app, launch_app | |
| __all__ = ["create_app", "launch_app"] | |