When I run my streamlit project in the browser the start screen is in the middle of the page. It should be at the very top of the page. Is there any method to change this?
Using st.spinner() function the loader icon appears in the upper left corner of the page. Iād like to have it in the middle of the page. I tried change this with html and css but it doesnāt work for me. Is there any method to change this?
Thanks for sharing your question! Can you please update your post to include a code snippet, link to your GitHub repo, and a screenshot of the āstart screenā youāre referencing? That will enable us to help you find a solution faster.
Hi, sorry for bad description of my issue. Here is link to GitHub repo: GitHub - KRSN5/app as well with screenshots of the āstart screenā and āloaderā (throbber) icon Iād like to change position. Thank you for your effort.