Hi!
I get TypeError: ‘type’ object is not subscriptable when doplying an streamlit app for sharing.
The app runs fine, when i run it locally.
The type error appears for multiple codelines, among others init-function that has a default value that look like this.
lookup_block: pd.DataFrame = None,
Any idea why this error can come up when I share, for code that works fine when run locally?
Thanks
Niklas