Unable to locate package bs4

Summary

I trying to run my app on streamlit but I am constantly running into this error
E: Unable to locate package bs4

Here is my git hub repo: ( https://github.com/KarthikDevalla/Game-Recommendations.git)

What am I doing wrong here?

Try using beautifulsoup4 instead of bs4 in your requirements.txt file. I know the creator made it so it can redirect either ways but worth a try.