Shamima commited on
Commit
ab224c7
1 Parent(s): 5bdf795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = $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)