Shorter sleep
This commit is contained in:
parent
6a0897449d
commit
8246d61a1b
4
app.py
4
app.py
@ -45,7 +45,7 @@ def colorize(soup):
|
||||
try:
|
||||
with s:
|
||||
st.markdown(f':green[{region["Name"]}]')
|
||||
sleep(1/(n_regions/3))
|
||||
sleep(1/(n_regions))
|
||||
except KeyError:
|
||||
pass
|
||||
new_region_tag = region
|
||||
@ -65,7 +65,7 @@ def colorize(soup):
|
||||
try:
|
||||
with s:
|
||||
st.markdown(f':green[{region["Name"]}]')
|
||||
sleep(1/(n_regions/3))
|
||||
sleep(1/(n_regions))
|
||||
except KeyError:
|
||||
pass
|
||||
new_track_tag = track
|
||||
|
Loading…
x
Reference in New Issue
Block a user