html:not(.chainlit-app-ready) #root {
  visibility: hidden;
}

html.chainlit-app-ready #root {
  visibility: visible;
}
