Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,6 +20,8 @@ from resume_recommender import recommend_resume
|
|
| 20 |
|
| 21 |
global empty_df
|
| 22 |
openai_api_key = os.environ['OPENAI_API_KEY']
|
|
|
|
|
|
|
| 23 |
genai.configure(api_key=openai_api_key)
|
| 24 |
|
| 25 |
|
|
|
|
| 20 |
|
| 21 |
global empty_df
|
| 22 |
openai_api_key = os.environ['OPENAI_API_KEY']
|
| 23 |
+
|
| 24 |
+
print('This is API key: ', openai_api_key)
|
| 25 |
genai.configure(api_key=openai_api_key)
|
| 26 |
|
| 27 |
|