Mr-Vicky-01 commited on
Commit
f9468f6
·
verified ·
1 Parent(s): 694acc9

Rename ats.py to app.py

Browse files
Files changed (1) hide show
  1. 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):