Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused containers to mitigate UI issue #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lukasmasuch
Copy link

This PR removes two unused containers which are causing some UI issues, as you can see here:

Screen.Recording.2023-08-01.at.09.53.07.mov

The two empty containers cause the first two text elements to become duplicated & stale until the run has finished. This is caused by the rendering logic in the Streamlit frontend, which isn't super optimized yet for long-running reruns with dynamically growing UIs. Something we are working on improving.

@lukasmasuch lukasmasuch changed the title Remove unused containers Remove unused containers to mitigate UI issue Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants