Hi thanks for putting together this project. I've been using and it's been great. I noticed an error in my console from this project when running in a virtual environment. Not a huge deal but i'm noticing the border on the input area is broken and doesn't have my custom styling and was wondering if this had something to do with it.
2023-07-08 09:39:47.210 ComponentRequestHandler: GET /Users/dan/Applied/backtests2/.venv/lib/python3.10/site-packages/streamlit_tags/frontend/build/bootstrap.min.css.map read error
Traceback (most recent call last):
File "/Users/me/proj/.venv/lib/python3.10/site-packages/streamlit/web/server/component_request_handler.py", line 55, in get
with open(abspath, "rb") as file:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/me/proj/.venv/lib/python3.10/site-packages/streamlit_tags/frontend/build/bootstrap.min.css.map'
Hi thanks for putting together this project. I've been using and it's been great. I noticed an error in my console from this project when running in a virtual environment. Not a huge deal but i'm noticing the border on the input area is broken and doesn't have my custom styling and was wondering if this had something to do with it.
2023-07-08 09:39:47.210 ComponentRequestHandler: GET /Users/dan/Applied/backtests2/.venv/lib/python3.10/site-packages/streamlit_tags/frontend/build/bootstrap.min.css.map read error Traceback (most recent call last): File "/Users/me/proj/.venv/lib/python3.10/site-packages/streamlit/web/server/component_request_handler.py", line 55, in get with open(abspath, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: '/Users/me/proj/.venv/lib/python3.10/site-packages/streamlit_tags/frontend/build/bootstrap.min.css.map'