Getting error in installing repositories

I have added a requirements txt file by using pipreqs
The app works offline
I need this done for my mock presentation
can somebody help me
github- GitHub - shiva929/guitar_chord_prediction
streamlit app - https://guitarchordprediction.streamlit.app/

Try adding package.txt with one line llvm

That seemed to work for me, resulting in this app https://guitarchordprediction-ebnebwtmmjxzpsokxrflhk.streamlit.app/

I added it and i rebooted the app and i am still getting the error
it is working in your but not in mine


Sorry, typo on my part โ€“ packages.txt not package.txt โ€“ see App dependencies for your Community Cloud app - Streamlit Docs for more details

I am getting this error now
RuntimeError: Building llvmlite requires LLVM 14, got โ€˜11.0.1โ€™. Be sure to set LLVM_CONFIG to the right executable path.

Read the documentation at http://llvmlite.pydata.org/ for more information about building llvmlite.


Try removing the pins on your requirements.txt โ€“ this worked for me guitar_chord_prediction/requirements.txt at main ยท sfc-gh-zblackwood/guitar_chord_prediction ยท GitHub

It is working now thank you so much for helping