Disabling Streamlit initial loading skeleton

How to disable the display of the (CSS) skeleton during initial loading of a Streamlit app?

Hi @Diptendu_Dutta

Here are some approaches that you can try out:

  • Use an older version of Streamlit before this skeleton was rolled out
  • Customize the CSS styles, you may have to activate the Developer mode of Chrome and see the CSS selector ID to see which is responsible for the skeleton
  • Try adding some embed URL parameters as instructed in Embed your app - Streamlit Docs

Hide the “skeleton” that appears while an app is loading:

/?embed=true&embed_options=hide_loading_screen

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.