google / mesop

Rapidly build AI apps in Python
https://google.github.io/mesop/
Apache License 2.0
5.64k stars 270 forks source link

Add content_button equivalent to uploader #1074

Closed richard-to closed 3 weeks ago

richard-to commented 3 weeks ago

This change adds content_uploader which works similar to content_button. This change allows a little bit more freedom to style the uploader, especially for using icons which is a common use case.

I wasn't too sure about the naming. "content_uploader" could be misconstrued slightly, but it parallels content_button. Closes #1068