Parth Chokhra
Parth Chokhra
I found a hack for now. Downgrade aggrid to ``` pip install streamlit-aggrid==0.3.3 ``` I don't face any of these issue in this version.
Hey, @arhamshah any workaround you found in this issue?
> ```js > setComponentValue > ``` Hey @nikodraca , you solution doesn't seem to register the click at all. Could you help out please?
Any update on this @DevashishPrasad @LidorPrototype ?
Hey @lmmlzn , I tried with different checkpoints and it worked well for me in colab. ``` conf_url = 'https://raw.githubusercontent.com/iiLaurens/CascadeTabNet/mmdet2x/Config/cascade_mask_rcnn_hrnetv2p_w32_20e.py' with open('cascade_mask_rcnn_hrnetv2p_w32_20e.py', 'wb') as f: f.write(requests.get(conf_url).content) checkpoint_url = 'https://github.com/iiLaurens/CascadeTabNet/releases/download/v1.0.0/ICDAR.19.Track.B2.Modern.table.structure.recognition.v2.pth' with...
Hey, I have created this sample colab for reference @onejlee @moran-trullion . Link : https://colab.research.google.com/drive/1BnBI4-tBVN8OOUedD652Md4Bd5b9jdzb?usp=sharing