trubrics / streamlit-feedback

Collect user feedback from within your Streamlit app
MIT License
129 stars 13 forks source link

Error with styles #1

Open fabiancpl opened 1 year ago

fabiancpl commented 1 year ago

When sending the feedback, I am getting this error:

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.10/site-packages/streamlit_feedback/frontend/build/bootstrap.min.css.map'

User need to click again to persist the action.

Thanks.

jeffkayne commented 12 months ago

Hello @fabiancpl, sorry for the late reply.

Please try updating the package with pip install -U streamlit-feedback, and let me know if the problem persists!

montyhall commented 8 months ago

I have the same issue. I have latest version: streamlit-scrollable-textbox 0.0.3

revolunet commented 6 months ago

same here with streamlit-feedback@0.1.3

revolunet commented 6 months ago

Note that the CSS file is present but it complains about the sourcemap if you "disable CSS sourcemaps" in your browser you wont get this error in the console

shahsarick commented 3 days ago

Getting the same error in console but doesn't seem to affect anything