I am creating survey page , were user selects bt 1-5. I want to store user selection (inputs). Note: In the back end table, I want to see
- Who took survey (Name of person)
- His/Her survey input choice
- When it was done.
Could I achieve in Streamlit. Please advice.