Dash Table not working with SQLite3

Hi Folks,

I’m trying to build an app with a dash table that receives its data from an SQLite db via SQLite3 & Pandas.

Each time the app runs my browser states the following error, “Error loading layout”.

I have tested my code using a local csv version of the SQLite table that I want to use and this works just fine. I don’t understand what the issue is when calling this table from my SQLite db directly?

Any assistance would be greatly appreciated!