Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ from agent import simple_graph
|
|
| 7 |
from langchain_core.messages import HumanMessage, SystemMessage
|
| 8 |
import time
|
| 9 |
|
|
|
|
| 10 |
# (Keep Constants as is)
|
| 11 |
# --- Constants ---
|
| 12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
| 7 |
from langchain_core.messages import HumanMessage, SystemMessage
|
| 8 |
import time
|
| 9 |
|
| 10 |
+
|
| 11 |
# (Keep Constants as is)
|
| 12 |
# --- Constants ---
|
| 13 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|