I have an app on https://obb-gpt.streamlit.cloud and the only thing that works is the one page that doesn’t require ‘from openbb_terminal.sdk import openbb’ line. Every other page with this line fails with " AttributeError: type object ‘spmatrix’ has no attribute ‘div’ " arising from some other module called cvxpy
The error page looks like this
The code for the project can be found at GitHub - CalCod3/obb-gpt: An Open-Source financial querying dashboard powered by OpenBB and ChatGPT
I am rather new to streamlit and would like your assistance solving this issue asap. Thanks.

