Spaces:
Runtime error
Runtime error
SevenhuijsenM
commited on
Commit
•
e9090fa
1
Parent(s):
9120e10
updated api key
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import joblib
|
|
9 |
import pandas as pd
|
10 |
import numpy as np
|
11 |
|
12 |
-
API_KEY = os.
|
13 |
print("API KEY", API_KEY)
|
14 |
|
15 |
# Log into hopsworks
|
|
|
9 |
import pandas as pd
|
10 |
import numpy as np
|
11 |
|
12 |
+
API_KEY = os.environ['API_KEY_TOMTOM']
|
13 |
print("API KEY", API_KEY)
|
14 |
|
15 |
# Log into hopsworks
|