Update app.py
Browse files
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("_", " ")
|