cjc0013 commited on
Commit
5d2cb97
·
verified ·
1 Parent(s): c1b0b89

Fix Space entrypoint so Gradio app launches in runtime

Browse files
app.py CHANGED
@@ -3,3 +3,6 @@ from pathlib import Path
3
  from public_space_app import build_app
4
 
5
  app = build_app(Path(__file__).with_name("public_copy.json"))
 
 
 
 
3
  from public_space_app import build_app
4
 
5
  app = build_app(Path(__file__).with_name("public_copy.json"))
6
+
7
+ if __name__ == "__main__":
8
+ app.launch()
dataset_bundle/public_release_manifest.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "public_version": "drone-sightings-slice-2026-04-v1-smoke",
3
  "title": "Drone Sightings Near Covered U.S. Military and Civilian Areas",
4
- "release_date": "2026-04-20T16:30:36.960494+00:00",
5
  "source_run_name": "drone_sightings_smoke_20260420",
6
  "slice_description": "A small, review-oriented slice of U.S. news-reported drone sightings mapped against official covered-area registries.",
7
  "source_window": {
 
1
  {
2
  "public_version": "drone-sightings-slice-2026-04-v1-smoke",
3
  "title": "Drone Sightings Near Covered U.S. Military and Civilian Areas",
4
+ "release_date": "2026-04-20T17:54:30.455865+00:00",
5
  "source_run_name": "drone_sightings_smoke_20260420",
6
  "slice_description": "A small, review-oriented slice of U.S. news-reported drone sightings mapped against official covered-area registries.",
7
  "source_window": {