pachet commited on
Commit
da035ee
·
1 Parent(s): b062b09

added the style fix to the js

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -74,18 +74,6 @@ console.log("✅ Applied fallback font to prevent 404 error.");
74
 
75
  </script>
76
 
77
- <!-- 🎛 MIDI Input & Output Selection -->
78
- <div>
79
- <label for="midiInput">MIDI Input: </label>
80
- <select id="midiInput" onchange="selectMIDIInput()"></select>
81
-
82
- <label for="midiOutput">MIDI Output: </label>
83
- <select id="midiOutput" onchange="selectMIDIOutput()"></select>
84
- </div>
85
-
86
- <!-- 🎶 "Generate MIDI" Button -->
87
- <button id="generateButton">🎵 Generate MIDI Note</button>
88
-
89
  """
90
 
91
  # ✅ Inject JavaScript and HTML
 
74
 
75
  </script>
76
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  """
78
 
79
  # ✅ Inject JavaScript and HTML