Problem with multipage and animated loader

I have this problem below for a while. Any help will help

I’m using the Hydralit function to add multiple pages to my app. However, whenever I change pages or load some functionality, a very large animated loader appears, which makes the app a little confusing (pictured below). Is there any way to remove it?

Or is there any other way to add multiple pages to the app that has a good design like hydralit, but without animated loaders?

Part of the code:

st.set_page_config(
     page_title="Órbitas Relativisticas",
     page_icon=":star:",
     layout="wide")

app = hy.HydraApp()


@app.addapp(title='Introdução', icon="📜")
def my_home():
    st.title("órbitas tipo-tempo para corpos massivos")

Animated loader:

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