πββοΈΒ Β Customize running
Submitted by koninhoo
Summary
Customize the running widget
Functions
center_running
Import:
- You should add this to the top of your .py file
Examples
example
def example():
click = st.button("Observe where the πββοΈ running widget is now!")
if click:
center_running()
time.sleep(2)