Accept dataframe as input from user and make predictions

Can we take csv file as input from user and make predictions in streamlit?

1 Like

You can take a CSV file (or any other file) using the fileuploader and convert that into a data frame in your python code, then you can do whatever you want to in python. It’s a really simple interface :slight_smile:

1 Like