Hi @Obatsa, welcome to the Streamlit community!
It looks like you’ve resolved the issue. The error was thrown because the version of numpy in your requirements file did not contain the randon.bit_generator method. Upgrading from numpy==1.18.5
to numpy==1.21.5
fixed your issue.