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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +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
- 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 ------
 
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 ------