Hi,
Everything is in the title.
Streamlit hello is frozen in browser (whatever browser)
I am using streamlit 1.18.0
(no issue with 1.17.0)
On debian 4.19.0.9
python 3.9.2
Any idea? or way to debug issue?
Thanks.
David
Hi,
Everything is in the title.
Streamlit hello is frozen in browser (whatever browser)
I am using streamlit 1.18.0
(no issue with 1.17.0)
On debian 4.19.0.9
python 3.9.2
Any idea? or way to debug issue?
Thanks.
David
Hey @dnaura,
Thank you for sharing this question!
Can you elaborate a little more on the issue? What do you mean by “frozen”? A screen recording would be super helpful
Thanks for sharing that screenshot! Does this happen with the most recent version of Streamlit (1.23.0)?
It happens for all versions since 1.18.0
Hey @dnaura,
Unfortunately, I wasn’t able to reproduce the issue. This might be specific to your operating system.
This is what happens when I use streamlit hello
with version 1.22.0:
Is this happening when you run other Streamlit apps, or just streamlit hello
?
It happens for all apps. I took hello because it is code independant.
How are you installing Streamlit? (conda? pip?)
What are using for environment management?
Can you try creating a fresh environment and using pip install streamlit
specifically? I’ve found pip
to be more reliable than conda
for correctly installing Streamlit.