Vivien Tran-Thien

Results 7 comments of Vivien Tran-Thien

Hi @JpEncausse. Thanks for your feedback. Beside the parallax effect, the code is mainly adapted from the first chapter of https://discoverthreejs.com/book/ The parallax effect is implemented through only two files:...

Hi @navid-mahmoudian . It isn't a feature of the plugin. Maybe it's possible to handle this with the CSS :hover pseudo-selector but as far as I know it cannot be...

Hi @Xmaster6y. Thanks for your code snippet above. I tried to use it but `vectorstore.index.remove_ids` seems to mess the correspondence between the vectorstore and the actual Faiss index: after the...

Hi @Jiltseb. It definitely seems possible to create a Streamlit component for this, especially if you already know how to achieve this in Javascript. Frankly, I don't know much about...

Hi @Praklarush . Sorry for not getting back to you earlier. I don't know how to solve this. A rather inelegant and potentially cumbersome way would be to add inline...

Hi @lansing. I'm not a Streamlit expert but I think that giving a specific key to a component leads to having this component's state persist from one session to another....

Hi Luca. Many thanks for your reply. It works for me by just modifying `HOME` as you proposed. The options you suggest seem very reasonable but I don't have a...