Spaces:
Sleeping
Sleeping
Ibrahim Olanigan
commited on
Commit
·
86df489
1
Parent(s):
c6097eb
Check state on load
Browse files
app.py
CHANGED
@@ -71,6 +71,7 @@ def load_audio():
|
|
71 |
st.audio(audio_bytes, format="audio/mp3")
|
72 |
|
73 |
def display():
|
|
|
74 |
container = st.container()
|
75 |
text_container = st.container()
|
76 |
|
|
|
71 |
st.audio(audio_bytes, format="audio/mp3")
|
72 |
|
73 |
def display():
|
74 |
+
check_audio()
|
75 |
container = st.container()
|
76 |
text_container = st.container()
|
77 |
|