Hi all,
I don’t want to see the Background Message while running the app. The little graphic on the side is fine but can I hide the text on the left side somehow?
Hi all,
I don’t want to see the Background Message while running the app. The little graphic on the side is fine but can I hide the text on the left side somehow?
Hi @interstaff,
You can rename blocks in the Agent to display a different name instead of “Background Message”:
However, streaming and other details cannot be removed.
Hi @Alex_MindStudio, thank you for taking the time to reply. So there is no way to hide the data as it is processing? It’s not that it looks unpolished but it would certainly present better without each line of running text being displayed. Are there any workarounds you know of? I’m embedding through a signed URL if that helps.
Hi @interstaff,
There isn’t a built-in way to hide the data as it streams in.
One workaround is to build a custom frontend and connect to the Agent via API. This gives you full control over the UI, though you’d likely need to restructure the Agent to use Launch Variables for passing data, remove any user-facing blocks, and manage how inputs and outputs are displayed on your end.