i tryied add this to my app
q = {application code}; Show [q, q]
but i have some problems, how to change this or replace with other function? i want to show 2 or 4 examples operating independently
i replace Show to Grid
q = {application code}; Grid[{{q, q}, {q, q}}]
and i have what i wanted, topic end