Hello everyone, I want to make multiple predictions using streamlit, for example, once the local host is open, it directs me to streamlit link, and I want to make prediction on pneumonia, after that diabetes etc. like once you click diabetes, it will ask you to upload the data and then prediction, then you click on another , then it will ask you upload data and predict, I don’t know how it call, multi prediction in one instance or something? Can we do that on streamlit? Thank you.
Refer Streamlit docs. The file uploader widget has an option to select multiple files at a time. Upload each file to a different pandas dataset. Based on the user’s choice and the dataset name, you can process the relevant data.
Hope this helps.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.