Update app.py
Browse files
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"
|