MCPcopy Create free account
hub / github.com/PolyU-ChenLab/UniPixel / disable_btns

Function disable_btns

demo/app.py:72–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71
72def disable_btns():
73 return (gr.Button(interactive=False), ) * 4
74
75
76def reset_seg():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected