Getting Error: 400 when deploying on Streamlit
I am trying to make a website using python and streamlit which can convert Youtube video link to Audio file and user can download it. The code is running fine on localhost but when I am deploying it I am getting Https 400 error when I try to convert the link.
here’s the code: