Danilo Sousa
Danilo Sousa
> > Is this issue fixed ? I got the same issue in NextJs project. > > Did you try the fix above your comment, should fix your issue. The...
I have built a temporary fork that looses dependencies while the main isn't available: https://github.com/danilo-css/GNews. You can use it in your project installing it with pip: ```python pip install --force-reinstall...
Hello @lcrmorin. I'm currently doing my university research with PyVis and I can confirm that when you use it in conjunction with the **Streamlit** package you can make it interactive....
Sure @llvll0hsen, sorry for the delay, still getting used to GitHub. So the basic idea is the following: ```python import networkx as nx import streamlit as st import pandas as...
@BGFGB Thanks. That's the issue. The pypi package is not up to date at the moment, but the git is.
> Im using lottie-svelte but also reach the same issue, when i play the sample animation provided by lottie-svelte docs, the CPU reaches about 40%, and down to 0 after...
I tested today on Streamlit 1.35.0 release, but the logo is very small when sidebar is open. Unless your company has a very specific kind of logo, it won't be...
@vdonato I found 1 instance where this error is guaranteed to happen. If you try to delete a st.session_state object that doesn't exist anymore, like In the following code: ```python...
I can confirm this same bug of "HexagonLayer" happens with "GridLayer"
@Pessimistress Thanks. I did not know that. It would be nice to have some indication of that on the Pydeck documentation. To be honest, the ColumnLayer already does what I...