Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def main():
|
|
97 |
st.header("๐ผ Available Songs")
|
98 |
for file in all_files:
|
99 |
song_info = os.path.splitext(file)[0].replace("_", " ")
|
100 |
-
icol1, icol2 = st.columns([1,
|
101 |
with icol1:
|
102 |
st.markdown("**" + song_info + "**")
|
103 |
with icol2:
|
|
|
97 |
st.header("๐ผ Available Songs")
|
98 |
for file in all_files:
|
99 |
song_info = os.path.splitext(file)[0].replace("_", " ")
|
100 |
+
icol1, icol2 = st.columns([1,1])
|
101 |
with icol1:
|
102 |
st.markdown("**" + song_info + "**")
|
103 |
with icol2:
|