Spaces:
Running
Running
def format_candid_profile_link(candid_entity_id: int | str) -> str: | |
"""Format the Candid Search organization profile link. | |
Parameters | |
---------- | |
candid_entity_id : int | str | |
Returns | |
------- | |
str | |
URL | |
""" | |
return f"https://app.candid.org/profile/{candid_entity_id}" | |