I am building a shiny app where I'd like to make a prediction on new data based on a model built in Python(scikit-learn). The model is saved as a pickle file. Is there some way of calling the model trained in Python and saved as a .pkl file in a Shiny application?