Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,9 @@ with st.container():
|
|
17 |
with col1:
|
18 |
st.header("A cat")
|
19 |
st.audio("goodres.wav", format="audio/mpeg", loop=False)
|
20 |
-
with col2
|
21 |
st.header("a dog")
|
22 |
st.audio("goodres.wav", format="audio/mpeg", loop=False)
|
23 |
-
with col3
|
24 |
st.header("a pumpkin")
|
25 |
st.audio("goodres.wav", format="audio/mpeg", loop=False)
|
|
|
17 |
with col1:
|
18 |
st.header("A cat")
|
19 |
st.audio("goodres.wav", format="audio/mpeg", loop=False)
|
20 |
+
with col2:
|
21 |
st.header("a dog")
|
22 |
st.audio("goodres.wav", format="audio/mpeg", loop=False)
|
23 |
+
with col3:
|
24 |
st.header("a pumpkin")
|
25 |
st.audio("goodres.wav", format="audio/mpeg", loop=False)
|