Spaces:
Running
Running
Update app_pyvis_new.py
Browse files- app_pyvis_new.py +1 -0
app_pyvis_new.py
CHANGED
@@ -28,6 +28,7 @@ import random
|
|
28 |
from itertools import combinations
|
29 |
from typing import Optional, Union
|
30 |
import torch
|
|
|
31 |
|
32 |
|
33 |
# Replace these with your actual app key and secret
|
|
|
28 |
from itertools import combinations
|
29 |
from typing import Optional, Union
|
30 |
import torch
|
31 |
+
import osmnx as osm
|
32 |
|
33 |
|
34 |
# Replace these with your actual app key and secret
|