Neda1 commited on
Commit
b4ff8a8
Β·
verified Β·
1 Parent(s): e2f1091

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ from agent import build_graph
11
 
12
  # (Keep Constants as is)
13
  # --- Constants ---
14
- DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
15
 
16
  # --- Basic Agent Definition ---
17
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
 
11
 
12
  # (Keep Constants as is)
13
  # --- Constants ---
14
+ #DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
15
+ DEFAULT_API_URL= "https://neda1-agent-final.hf.space.hf.space"
16
 
17
  # --- Basic Agent Definition ---
18
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------