Open humbertcostas opened 1 year ago
New Gradio library changes Button. The style method is deprecated. Use scale in place of full_width in the constructor. scale=1 will make the button expand, whereas 0 will not.
style
scale
New Gradio library changes Button. The
style
method is deprecated. Usescale
in place of full_width in the constructor. scale=1 will make the button expand, whereas 0 will not.