Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ conn = st.experimental_connection(
|
|
68 |
"PineconeVectorDB",
|
69 |
type=PineconeConnection,
|
70 |
environment="us-west1-gcp-free",
|
71 |
-
api_key=
|
72 |
)
|
73 |
cursor = conn.cursor()
|
74 |
|
|
|
68 |
"PineconeVectorDB",
|
69 |
type=PineconeConnection,
|
70 |
environment="us-west1-gcp-free",
|
71 |
+
api_key="1ec08295-4f82-472a-b324-f2f21663acf3",
|
72 |
)
|
73 |
cursor = conn.cursor()
|
74 |
|