You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has come up several times, most recently while reviewing #4943, that we should add support for adding an icon to the gr.Button() component. For example, we could add an icon parameter which takes in a filepath or a URL to a svg/png file, which appears before the text itself.
Separately, we should also consider adding a link parameter to gr.Button() to open webpages upon button click. This could potentially be a separate LinkButton custom component
The text was updated successfully, but these errors were encountered:
It has come up several times, most recently while reviewing #4943, that we should add support for adding an icon to the
gr.Button()
component. For example, we could add anicon
parameter which takes in a filepath or a URL to a svg/png file, which appears before the text itself.Separately, we should also consider adding a
link
parameter togr.Button()
to open webpages upon button click. This could potentially be a separateLinkButton
custom componentThe text was updated successfully, but these errors were encountered: