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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -113,7 +113,8 @@ def main():
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("_", " ")
 
113
  #st.markdown(f"* {song_info}")
114
 
115
  if selected_file:
116
+ #st.markdown(f"**Song:** {song_info}")
117
+ st.markdown("**" + song_info + "**")
118
 
119
  load_song_file(selected_file)
120
  song_info = os.path.splitext(selected_file)[0].replace("_", " ")