dronesightings / app.py
cjc0013's picture
Update mystery drone sensitive-site Space
69a223f verified
raw
history blame contribute delete
167 Bytes
from pathlib import Path
from public_space_app import build_app
app = build_app(Path(__file__).parent / "data")
if __name__ == "__main__":
app.launch()