Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
load_dotenv()
|
11 |
|
12 |
# Constantes
|
13 |
-
API_BASE_URL = "https://
|
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 |
"""
|