This commit is contained in:
Lasse Studion 2023-03-16 12:53:19 +01:00
parent add0dc5aad
commit 4419e7e875

2
app.py
View File

@ -19,7 +19,7 @@ def get_time(s):
elif s >=60:
t = f'{minutes}:{seconds}'
else:
t= f'{seconds}'
t= f'0:{seconds}'
return t
st.title("Music Report for Hindenburg")