Good morning everyone… I have developed an application in python to capture data from various production lines and this data is recorded in a database (postgres).
I currently have a user interface developed with PySimpleGUI and I have been wanting to migrate it to a web app for some time.
This interface consists of a simple control panel + dashboard where operators can interact with the system (login, start, stop, select machine, etc.) and view the quantities and OEE of the machines.
My question is whether making the web app with Streamlit is the most appropriate, since from what little I know, it gives me the feeling that it is more oriented to data analysis.
Thanks
Asimple exaple: