roszcz commited on
Commit
5cea595
1 Parent(s): 51f2390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -12,4 +12,6 @@ idx = st.number_input(
12
  )
13
  piece = MidiPiece.from_huggingface(dataset[idx])
14
 
15
- streamlit_pianoroll.from_fortepyan(piece[:500])
 
 
 
12
  )
13
  piece = MidiPiece.from_huggingface(dataset[idx])
14
 
15
+ streamlit_pianoroll.from_fortepyan(piece[:500])
16
+
17
+ st.json(piece.source)