Can't deploy app to the cloud

My app runs locally. I have included the requirements.txt too but app won’t deploy. shows this error. my repo link - https://github.com/alphachamod/UCB_Assignment_AI

Besides the error message, your streamlit app won’t work anyway on any hosted environment at least for these reasons:

  • you cannot use cv2 in this way
  • you cannot use pygame in this way
1 Like

Thank you for the reply! For the pyagme issue, I can remove the functionality that requires pygame and as for the cv2 issue, is there any better method to use cv2?