UPDATE_INTERVAL = 2 * 60 # 20 minutes in seconds 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 = """ """