I am trying to take user inputs and put them into a dataframe via a dictionary, but I get a "Length of values does not match length of index error
I’m currently using the Streamlit library on python to make a webapp for one of my projects that will take user input data from interacting with sliders. However, when I try to store the user input data into a dataframe via a dictionary, I’m getting the following error: ValueError: Length of values (4) does not… Read More I am trying to take user inputs and put them into a dataframe via a dictionary, but I get a "Length of values does not match length of index error