Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked). 
- Share the link to the public deployed app. : https://getresiare.streamlit.app/
- Share the link to your app’s public GitHub repository (including a requirements file).
- Share the full text of the error message (not a screenshot).
AttributeError: module ‘asyncio’ has no attribute ‘ProactorEventLoop’
Traceback:
File "/mount/src/get_results/getres.py", line 324, in <module>
loop = asyncio.ProactorEventLoop()
- Share the Streamlit and Python versions.
latest streamit version and python == 3.9.9
The code is working locally but getting the above error after deploying the app,