datdevsteve commited on
Commit
f93fe13
·
verified ·
1 Parent(s): c03addc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain_community.document_loaders import ArxivLoader, WikipediaLoader
11
  from ddgs import DDGS
12
 
13
  # Load environment variables
14
- load_dotenv()
15
 
16
  # --- Constants ---
17
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
11
  from ddgs import DDGS
12
 
13
  # Load environment variables
14
+ # load_dotenv()
15
 
16
  # --- Constants ---
17
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"