Spaces:
Sleeping
Sleeping
File size: 202 Bytes
bf6dbfa | 1 2 3 4 5 6 | def mock_lead_capture(name: str, email: str, platform: str):
"""
Mock backend function to capture lead information.
"""
print(f"Lead captured successfully: {name}, {email}, {platform}")
|