Completely revamped variable-table. It can now have toggles, tick boxes, dropdown select elements, strings, all within table elements. Input types are defined by a python dictionary. Dropdown values are defined by a python dictionary. The table itself is a pandas table.
Implemented inline code within sections. This is designed to be used to maximise separation of code and template allowing the majority of the code to be written into a python file and then imported in. This can be combined with a section-filechange enabling the form to re-import the python file whenever the python file changes.