Streamlit_local_storage library error

I am getting an error below in the console while using the above component : I used the plugin from the location below streamlit-local-storage · PyPI , it was mentioned in one of the blogs. Does any one know why this issue is coming ?

2025-05-27 15:38:14.432 ComponentRequestHandler: GET /home/ec2-user/.local/lib/python3.9/site-packages/streamlit_local_storage/frontend/build/index.html/bootstrap.min.css read error
Traceback (most recent call last):
  File "/home/ec2-user/.local/lib/python3.9/site-packages/streamlit/web/bootstrap.py", line 347, in run
    if asyncio.get_running_loop().is_running():
RuntimeError: no running event loop

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ec2-user/.local/lib/python3.9/site-packages/streamlit/web/server/component_request_handler.py", line 56, in get
    with open(abspath, "rb") as file:
NotADirectoryError: [Errno 20] Not a directory: '/home/ec2-user/.local/lib/python3.9/site-packages/streamlit_local_storage/frontend/build/index.html/bootstrap.min.css'```