Unable to insert hyperlink from csv file

So I basically have a python script that is executed by a system prompt. The python script basically spits out a business/marketing response based on parameters of user info. The code retrieves relevant product reviews using embedding-based search and leverages GPT-powered prompts to analyze demographics, interests, behaviors, and psychographics for targeted ad recommendations. Below each response, I wanted there to be a text that reads “Link to Product” and it’s a clickable link to the amazon product page, a link to it basically. I have a databses of scrapped amazon web links, but I can’t seem to think of anything in the python library to help.