You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how I came across this project on google, but I took a 5 second look at your code, and realized right away flet is an asyncio framework, so you shouldn't be using sleep, but asyncio sleep to give control back to UI.