Update Datatable with Predicted Result in Dashboard

Hi All,

I am new to Plotly Dash. I am working on a project where I am building a dashboard for my Python machine learning code. The dashboard is user-interactive, where a user gives the inputs and the predicted results are displayed. I am able to display the predicted results in a container but it doesn’t appeal to the end-user. Now, I want to create a table and display the predicted results in a rows. If anyone has worked on something similar, please share your guidelines/approach.

Thanks in advance.