datdevsteve commited on
Commit
8faf878
·
verified ·
1 Parent(s): e892ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from gaia_agent import GAIAAgent
9
  from dotenv import load_dotenv
10
 
11
  # Load environment variables
12
- load_dotenv()
13
 
14
  # --- Constants ---
15
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
9
  from dotenv import load_dotenv
10
 
11
  # Load environment variables
12
+ #load_dotenv()
13
 
14
  # --- Constants ---
15
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"