Michaeldavidstein commited on
Commit
7b226f0
·
verified ·
1 Parent(s): 54057d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def build_database():
42
  collection = build_database()
43
 
44
  # Access the Anyscale API key from environment variables
45
- anyscale_api_key = os.getenv('anyscale_api_key')
46
 
47
  # Instantiate the Anyscale client
48
  anyscale_api_key = userdata.get('anyscale_api_key')
 
42
  collection = build_database()
43
 
44
  # Access the Anyscale API key from environment variables
45
+ anyscale_api_key = os.environ.get('anyscale_api_key')
46
 
47
  # Instantiate the Anyscale client
48
  anyscale_api_key = userdata.get('anyscale_api_key')