I am new to Streamlit. I have a dataframe which I want to visualize as bar chart. The first column of DF will be the part of select box. The column names (except 1st column) should be the x-axis and the values will be y-axis. The values will change depending upon the filter selected. Will appreciate guidance here.