Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ pinecone.init(
|
|
| 18 |
api_key=PINECONE_API_KEY, # find at app.pinecone.io
|
| 19 |
environment="eu-west4-gcp" # next to api key in console
|
| 20 |
)
|
| 21 |
-
AIRTABLE_API_KEY = os.environ.get('
|
| 22 |
|
| 23 |
##########
|
| 24 |
|
|
|
|
| 18 |
api_key=PINECONE_API_KEY, # find at app.pinecone.io
|
| 19 |
environment="eu-west4-gcp" # next to api key in console
|
| 20 |
)
|
| 21 |
+
AIRTABLE_API_KEY = os.environ.get('AIRTABLE_API_KEY')
|
| 22 |
|
| 23 |
##########
|
| 24 |
|