Update components.py (#1873)

This commit is contained in:
曾逸夫(Zeng Yifu) 2022-07-24 08:23:26 +08:00 committed by GitHub
parent 026e6cab55
commit 5988aa758c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2894,7 +2894,7 @@ class ColorPicker(Changeable, Submittable, IOComponent):
Preprocessing: passes selected color value as a {str} into the function.
Postprocessing: expects a {str} returned from function and sets color picker value to it.
Examples-format: a {str} with a hexadecimal representation of a color, e.g. "#ff0000" for red.
Demos: color_picker
Demos: color_picker, color_generator
"""
def __init__(