gagan3012 / streamlit-tags

Custom Tag component for streamlit
https://streamlit-tags.readthedocs.io/en/latest/
MIT License
279 stars 17 forks source link

bootstrap.min.css.map read error #44

Open u3Izx9ql7vW4 opened 1 year ago

u3Izx9ql7vW4 commented 1 year ago

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'

jonchenn commented 3 months ago

it should be loading from https://github.com/gagan3012/streamlit-tags/blob/master/streamlit_tags/frontend/public/bootstrap.min.css