Problems with Asyncio

Hi everyone, I’m trying to do some web scraping on a website using Asyncio. The code is simple and works just fine on my computer, but I’m facing some problems when deploying it to Streamlit Cloud. It seems that asyncio.run() is not returning anything.
Thank you for any help.