Goyo
Goyo
Fixed, the ppa works for vivid and wily.
@nathaneltitane There are no packages for ubuntu 16.10 in the repository.
@sfc-gh-pkommini The only workaround I ever found is using two buttons as posted [above](https://github.com/streamlit/streamlit/issues/5053#issuecomment-1890471137).
It is in the [roadmap](https://roadmap.streamlit.app/) now.
I ran your code without the `annotated_text` import (which is not used anyway) and couldn't see any ghosting. The only effect is that the `html` component takes a bit of...
My bad, I missed that part. Yes, it looks like yet another avatar of the other bug you linked.
This seems related to layout changes right before launching a long-running task. Here is a much simpler example. ```python import time import streamlit as st if st.button("Insert element"): st.text("Extra element")...
Duplicate of https://github.com/jupyter/nbconvert/issues/1849.