Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,10 +110,10 @@ def main():
|
|
110 |
song_info = os.path.splitext(file)[0].replace("_", " ")
|
111 |
icol1, icol2 = st.columns([4, 2])
|
112 |
with icol1:
|
113 |
-
st.markdown(f"* {song_info}")
|
114 |
|
115 |
if selected_file:
|
116 |
-
st.markdown(f"**
|
117 |
|
118 |
load_song_file(selected_file)
|
119 |
song_info = os.path.splitext(selected_file)[0].replace("_", " ")
|
|
|
110 |
song_info = os.path.splitext(file)[0].replace("_", " ")
|
111 |
icol1, icol2 = st.columns([4, 2])
|
112 |
with icol1:
|
113 |
+
#st.markdown(f"* {song_info}")
|
114 |
|
115 |
if selected_file:
|
116 |
+
st.markdown(f"**Song:** {song_info}")
|
117 |
|
118 |
load_song_file(selected_file)
|
119 |
song_info = os.path.splitext(selected_file)[0].replace("_", " ")
|