Deployment error

Hi @sujata_g,

Thanks for posting and welcome to Streamlit Community Forum! :raised_hands:t5:

Check out this solution from a similar question.

Use psycopg2-binary in your requirements.txt instead of psycopg2.

I hope this helps.