What is the type of streamlit dashboard? (html, javascript or other ?)

Hi,

Do you know what is the format of the streamlit dashbord ?
I thought it was html but I have a doubt because when I save the dashboard page as html format I get a blank page

Thanks,

Hello @Nabs33,

The Streamlit output is a React application, so HTML/Javascript basically. But the output also depends on data sent from a Python server, which is why if you save the dashboard as HTML you would get a blank page as it’ll be missing the connection to the Python backend.

There’s an issue on this here if you want to describe your use case for exporting the HTML file:

Cheers,
Fanilo :balloon:

1 Like