How can I prevent caching of my final output?

Hi @Tobs,

Thank you for sharing your question with the community!

Your post is missing a code snippet and a link to your appโ€™s GitHub repo. Please check out our guidelines on how to post an effective question here and update your post to help the community answer your question.

Are you using @st.cache for your prediction function? If yes, that might be the reason why youโ€™re getting the same output.

1 Like