arkp1612
arkp1612
I am trying to read a tfrecord file and get this error NewRandomAccessFile failed to Create/Open: 'path to file'\ : The filename, directory name, or volume label syntax is incorrect....
I get the error `AttributeError: module 'streamlit.components.v1' has no attribute 'components'` when I try the above code. Using `streamlit-aggrid version 1.0.5` and `streamlit version 1.36.0` Code: ``` def link(linkText,url,linkColor): return...
Updating `response = AgGrid(df,gridOptions=gb.build(),enable_enterprise_modules=True,update_mode= GridUpdateMode.GRID_CHANGED,allow_unsafe_jscode=True)` makes it work