mimbres commited on
Commit
eaf0062
1 Parent(s): b02ed14

Update html_helper.py

Browse files
Files changed (1) hide show
  1. html_helper.py +1 -1
html_helper.py CHANGED
@@ -83,7 +83,7 @@ def create_html_from_midi(midifile):
83
  <a href="{midifile}" target="_blank" style="font-size: 14px;">Download MIDI</a> <br>
84
  </div>
85
 
86
- <div style="position: relative; width: 100%; height: 80%; display: flex; justify-content: center; align-items: center;">
87
  <style>
88
  #proll {{ width: 100%; height: 550px; transform: scaleY(0.8); transform-origin: top; transition: transform 0.3s ease; }}
89
  @media (max-width: 500px) {{ #proll {{ transform: scaleY(0.7); }} }}
 
83
  <a href="{midifile}" target="_blank" style="font-size: 14px;">Download MIDI</a> <br>
84
  </div>
85
 
86
+ <div style="position: relative; height: 80%; display: flex; justify-content: center; align-items: center;">
87
  <style>
88
  #proll {{ width: 100%; height: 550px; transform: scaleY(0.8); transform-origin: top; transition: transform 0.3s ease; }}
89
  @media (max-width: 500px) {{ #proll {{ transform: scaleY(0.7); }} }}