Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/ disablePredictButton
Function
disablePredictButton
data-generator/ui.js:208–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
}
207
208
export
function
disablePredictButton() {
209
document.getElementById(
'predict'
).setAttribute(
'disabled'
, true);
210
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected