awacke1 commited on
Commit
7ac5048
β€’
1 Parent(s): e7ac09e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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"**Selected Song:** {song_info}")
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("_", " ")