I have a scrapy spider that scrapes products information from amazon based on the product link.
I want to deploy this project with streamlit and take the product link as web input, and product information as output data on the web.
I don't know alot about deployment, so anyone can help me with that.