Spaces:
Running
Running
| from pathlib import Path | |
| from public_space_app import build_app | |
| app = build_app(Path(__file__).parent / "data") | |
| if __name__ == "__main__": | |
| app.launch() | |
| from pathlib import Path | |
| from public_space_app import build_app | |
| app = build_app(Path(__file__).parent / "data") | |
| if __name__ == "__main__": | |
| app.launch() | |