Spaces:
Sleeping
Sleeping
Rename ats.py to app.py
Browse files- ats.py → app.py +0 -2
ats.py → app.py
RENAMED
@@ -7,8 +7,6 @@ import json
|
|
7 |
import re
|
8 |
import ast
|
9 |
|
10 |
-
load_dotenv() ## load all our environment variables
|
11 |
-
|
12 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
13 |
|
14 |
def get_gemini_repsonse(input):
|
|
|
7 |
import re
|
8 |
import ast
|
9 |
|
|
|
|
|
10 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
11 |
|
12 |
def get_gemini_repsonse(input):
|