I would like to create a simple in-browser GUI for a Python app. One reason I would like to use Pyforms Web for this is that it seems to require little to no HTML/CSS/JS experience.
I would like it to be able to include an embedded local webpage, namely an interactive Plotly dash app, in the local Pyforms webpage. Is this possible using Pyforms?
There is no mention of embedding in the Pyforms documentation, and I have tried searching for the same thing elsewhere.