I would like to implement the LSTM model and the NeuralPropet model as multi-page in streamlet. Each model executes stock price prediction.
I tried to create a multi-page app by modularizing each app. Two prediction algorithms and the main page are configured as navigation bars for multi-page.
But, two models are implemented in order on one page. Multipage cannot bring my prediction algorithm and main homepage. How do I solve this?