jjvelezo commited on
Commit
4c2a59e
·
verified ·
1 Parent(s): f051775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import time
10
  load_dotenv()
11
 
12
  # Constantes
13
- API_BASE_URL = "https://my-custom-api.hf.space"
14
 
15
  def execute_agent_operations(profile: gr.OAuthProfile | None):
16
  """
 
10
  load_dotenv()
11
 
12
  # Constantes
13
+ API_BASE_URL = "https://agents-course-unit4-scoring.hf.space"
14
 
15
  def execute_agent_operations(profile: gr.OAuthProfile | None):
16
  """