Is it possible to put the GalleyView inside other UI elements, and publish it to the Cloud?
When I deploy the following:
CloudDeploy[
Column[{TextCell["Some Title"], GalleryView[....]}],
"some/url"
]
I see a blank notepad.
Instead, I'd like to see the gallery view with the title above.
P.S.: I'm aware that the GalleryView has a title option. The above is just a simple example of more sophisticated layouts I'd like to create.