Read a csv file with Shiny for Python with ui.input_file()
I am developping my first app with Shiny for Python. I would like to read a csv file with the function ui.input_file() (it works) and then render it under a dataframe or table format as an output on the app (it doesn’t work).