Relative Content

Tag Archive for pythonstreamlit

hosting streamlit application

While deploying the streamlit application I am constantly facing an error
“Oh no.”
Error running app. If you need help, try the Streamlit docs and forums.
I looked at hosting settings and deployment tools and found errors
(please look into the attachment)

Streamlit – Text color in Menu

When I’m on page ‘X’ in the menu, the background color changes to a darker shade, and the text turns solid black. However, on the other pages, the text appears in a lighter black, almost as if there’s a transparency effect. How can I make all the text in the menu solid black?

Rearranging PDF Pages using python

I am trying to create a file converter application using streamlit in which i am trying to convert the input files into various file formats, I am stuck with the functionality of rearranging/reordering the pages in a pdf.
I would like if someone can provide the code with latest libraries for me to sort this out!

Column layout inside submit form streamlit

I would like to have two selectbox elements side by side in a st.form using a st.columns layout. Unfortunately the select boxes are out of the form. Here is some reproducible code: