remove aouto login
Browse files
app.py
CHANGED
|
@@ -6,9 +6,6 @@ import pandas as pd
|
|
| 6 |
|
| 7 |
from agent import MyAgent
|
| 8 |
|
| 9 |
-
from dotenv import load_dotenv, find_dotenv
|
| 10 |
-
load_dotenv(find_dotenv())
|
| 11 |
-
|
| 12 |
# (Keep Constants as is)
|
| 13 |
# --- Constants ---
|
| 14 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
| 6 |
|
| 7 |
from agent import MyAgent
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
# (Keep Constants as is)
|
| 10 |
# --- Constants ---
|
| 11 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|