In Streamlit framework how to customize the st.file_uploader i need only browse file button. Tried all the custom css method but didn’t worked
st.file_uploader() ` Tried the custom css, but class name got changed Had also tried the bidirectional way using custom component but it didn’t worked had used JavaScript to handle the file and rendered it in streamlit app but was receiving deltagenerator error. javascript python css reactjs streamlit 2