Hiding HTML Snippets on Zoho Creator Pages

Hiding HTML Snippets on Zoho Creator Pages

I want to add some more HTML snippets onto a Zoho creator Page so that I can show the state of progress within the customer journey depending on the services we are providing for them. 
My question is, I have the snippet object working fine but when there is no data to display, the snippet box still shows as an empty object and takes up space on the page.
Is there a way that I can dynamically hide the widget if it has no data to display and only show it when there is data to display. 

I have deluge scripts running in the snippet when the page renders which returns an HTML table if there is data to display and an empty string if there is no data to display.