mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Button default name (#1243)
* update-shortcut-syntax - fix&update gr.component - create a demo introducing shortcuts within Blocks * update-shortcut-syntax - tweaks * update-shortcut-syntax - tweaks * update-shortcut-syntax - fix formatting * update-shortcut-syntax - tweaks - fix tests * update-shortcut-syntax - tweaks - fix tests * update-shortcut-syntax - tweaks - fix tests * button-default-name - add a default name in Button * button-default-name - add a default name in Button Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
b8c4d3d6b8
commit
5df69c15bc
@ -3538,7 +3538,7 @@ class Button(Clickable, Component):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
value: str = "",
|
||||
value: str = "Run",
|
||||
*,
|
||||
variant: str = "primary",
|
||||
visible: bool = True,
|
||||
|
Loading…
Reference in New Issue
Block a user