Spaces:
Sleeping
Sleeping
gauravlochab
commited on
Commit
·
c79c221
1
Parent(s):
901c117
fix: update API base URL to secure endpoint
Browse files- apr_visualization.py +1 -1
apr_visualization.py
CHANGED
|
@@ -16,7 +16,7 @@ from typing import List, Dict, Any
|
|
| 16 |
global_df = None
|
| 17 |
|
| 18 |
# Configuration
|
| 19 |
-
API_BASE_URL = "
|
| 20 |
|
| 21 |
def get_agent_type_by_name(type_name: str) -> Dict[str, Any]:
|
| 22 |
"""Get agent type by name"""
|
|
|
|
| 16 |
global_df = None
|
| 17 |
|
| 18 |
# Configuration
|
| 19 |
+
API_BASE_URL = "https://afmdb.autonolas.tech"
|
| 20 |
|
| 21 |
def get_agent_type_by_name(type_name: str) -> Dict[str, Any]:
|
| 22 |
"""Get agent type by name"""
|