When hovering a number_input widget, the (+) button almost always becomes blocked and becomes unpressable. Is there a way from stopping the link icon popping up? (see image)
It seems like you are using st.header, so you can use other text elements (markdown, write) that does not have the “link icon”. Another option is to create multiple columns using st.columns where the column between the st.number_input and your text would create enough space to allow you to click on the + button.
Ahh that makes sense. I guess I can use markdown and just increase the font size. Thanks alot
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.