susmitsil commited on
Commit
8bb3e39
·
verified ·
1 Parent(s): 4db4c21
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -11,9 +11,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
11
  class BasicAgent:
12
  def __init__(self):
13
  print("Initializing the BasicAgent")
14
-
15
- # Load environment variables
16
- load_dotenv()
17
 
18
  # Get Gemini API key
19
  api_key = os.getenv('GOOGLE_API_KEY')
 
11
  class BasicAgent:
12
  def __init__(self):
13
  print("Initializing the BasicAgent")
14
+
 
 
15
 
16
  # Get Gemini API key
17
  api_key = os.getenv('GOOGLE_API_KEY')