mimbres commited on
Commit
33b9cbb
1 Parent(s): 058f6af

Update html_helper.py

Browse files
Files changed (1) hide show
  1. html_helper.py +1 -1
html_helper.py CHANGED
@@ -80,7 +80,7 @@ def create_html_from_midi(midifile):
80
  </head>
81
  <body>
82
  <div>
83
- <a href="{midifile}" target="_blank" style="font-size: 10px;">Download MIDI</a> <br>
84
  <section id="proll">
85
  <midi-player src="{midifile}" sound-font="https://storage.googleapis.com/magentadata/js/soundfonts/sgm_plus" visualizer="#proll midi-visualizer">
86
  </midi-player>
 
80
  </head>
81
  <body>
82
  <div>
83
+ <a href="{midifile}" target="_blank" style="font-size: 11px;">Download MIDI</a> <br>
84
  <section id="proll">
85
  <midi-player src="{midifile}" sound-font="https://storage.googleapis.com/magentadata/js/soundfonts/sgm_plus" visualizer="#proll midi-visualizer">
86
  </midi-player>