UPDATE_INTERVAL = 2 * 60 # 20 minutes in seconds CONFIG_URL = "https://raw.githubusercontent.com/safe-scan-ai/cancer-ai/main/config/competition_config.json" COMPETITIONS = { "Melanoma-1": { "entity": "safe-scan-ai", "project": "melanoma-1", "description": "This is a testnet competition for melanoma detection." }, "Melanoma-testnet": { "entity": "safe-scan-ai", "project": "melanoma-testnet", "description": "This is a testnet competition for melanoma detection." }, # Add more projects as needed } HEADER = """

Safe Scan competition dashboard

Safe Scan website GitHub Discord """ TABLE_STYLE = """ """