Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,10 @@ CLIENT = SpeckleClient(host="https://speckle.xyz/")
|
|
85 |
CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
86 |
"""
|
87 |
|
|
|
|
|
88 |
from config import landuseDatabaseId , streamId, branch_name_dm, commit_id_dm
|
89 |
-
from imports_utils import streamMatrices
|
90 |
from imports_utils import speckleToken
|
91 |
|
92 |
streamDistanceMatrices = speckle_utils.getSpeckleStream(stream_id,branch_name_dm,CLIENT, commit_id_dm)
|
|
|
85 |
CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
86 |
"""
|
87 |
|
88 |
+
import speckle_utils
|
89 |
+
|
90 |
from config import landuseDatabaseId , streamId, branch_name_dm, commit_id_dm
|
91 |
+
#from imports_utils import streamMatrices
|
92 |
from imports_utils import speckleToken
|
93 |
|
94 |
streamDistanceMatrices = speckle_utils.getSpeckleStream(stream_id,branch_name_dm,CLIENT, commit_id_dm)
|