awacke1 commited on
Commit
3c3ae65
β€’
1 Parent(s): 6a97690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(layout="wide")
9
 
10
  def process_line(line):
11
  if re.search(r'\b[A-G][#b]?m?\b', line):
12
- line = re.sub(r'\b([A-G][#b]?m?)\b', r"<img src='\1.png' style='height:20px;'>", line)
13
  return line
14
 
15
  def process_chord_sheet(chord_sheet):
 
9
 
10
  def process_line(line):
11
  if re.search(r'\b[A-G][#b]?m?\b', line):
12
+ line = re.sub(r'\b([A-G][#b]?m?)\b', r"<img src='\Em.png' style='height:20px;'>", line)
13
  return line
14
 
15
  def process_chord_sheet(chord_sheet):