susmitsil commited on
Commit
192da2a
·
verified ·
1 Parent(s): 9dd869a
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -17,10 +17,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
17
  class BasicAgent:
18
  def __init__(self):
19
  print("Initializing the BasicAgent")
20
-
21
- # Load environment variables
22
- load_dotenv()
23
-
24
  # Get Gemini API key
25
  api_key = os.getenv('GOOGLE_API_KEY')
26
  if not api_key:
 
17
  class BasicAgent:
18
  def __init__(self):
19
  print("Initializing the BasicAgent")
20
+
 
 
 
21
  # Get Gemini API key
22
  api_key = os.getenv('GOOGLE_API_KEY')
23
  if not api_key: