Closed rblumenowgs closed 2 years ago
Hi,
Thanks for the kind words, much appreciated.
Answers to your questions in order:
hide_streamlit_style = """
<style>
#root > div:nth-child(1) > div > div > div > div > section > div {padding-top: 0rem;}
</style>
"""
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
app.add_loader_app(apps.MyLoadingApp())
Whatever logic, loaders and general appearance you wish to have, even custom loaders, nothing at all or something else entirely depending on which app is loading can be configured in the custom loader, once added with the line above, it will all just work. The example shows that when a specific app is being loaded, a different loader/spinner will appear, for everything else it will use the same loaders and if it is another specific app, you don't see a loader appear at all.
Hope that helps, thanks for the support.
New user of this amazing app. Thank you very much for your efforts
wonderful job @TangleSpace you are a genius !!!
Hi there! This package is great.
Two quick questions: I've integrated an existing app into Hydralit, but the top menu is appearing about an inch below the top of the screen. Is there a way to move it to the top?
And, when I load a page/app I get all three loaders with the large text that is is "Loading now". Is there a way to customize which loader shows and remove/format the text?