Stef Smeets
Stef Smeets
Streamlit uses uv to install dependencies from a requirements.txt file which caused our app to fail. I managed to work around it by pinning the version number as suggested here....
https://github.com/andfanilo/streamlit-drawable-canvas
The color map is specified in the dashboard: https://github.com/dianna-ai/dianna/blob/06a9e5cfee3d53152d133d888f60501cfcbb9abe/dashboard/pages/1_images.py#L118
It seems to me that it fails on all punctuation as long as there is no space inbetween. i.e. this fails: `The movie started great, but the ending is boring...
We discussed this today in the retrospective. We agreed this is a good idea to add gradually. My suggestion would be to just enable mypy and then see how it...
This also struck me as odd. I'm currently working on #3767 which touches this bit of the code and happy to fix this if someone tells me the expected behaviour...