Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ data_df = pd.read_csv('functions_data.csv')
|
|
26 |
data_df['docstring'].fillna('not specified', inplace=True)
|
27 |
|
28 |
# Paste your API key here. Remember to not share publicly
|
29 |
-
api_key = $
|
30 |
|
31 |
# Create and retrieve a Cohere API key from dashboard.cohere.ai/welcome/register
|
32 |
co = cohere.Client(api_key)
|
|
|
26 |
data_df['docstring'].fillna('not specified', inplace=True)
|
27 |
|
28 |
# Paste your API key here. Remember to not share publicly
|
29 |
+
api_key = $API_KEY
|
30 |
|
31 |
# Create and retrieve a Cohere API key from dashboard.cohere.ai/welcome/register
|
32 |
co = cohere.Client(api_key)
|