asigalov61 commited on
Commit
df1de96
·
verified ·
1 Parent(s): cf60e61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -402,7 +402,9 @@ def Mix_Loops(generation_type,
402
 
403
  print('Output MIDI file name:', output_midi)
404
  print('=' * 70)
405
- print('Output MIDI summary:', '\n' + output_midi_summary)
 
 
406
  print('=' * 70)
407
 
408
  #========================================================
 
402
 
403
  print('Output MIDI file name:', output_midi)
404
  print('=' * 70)
405
+ print('Output MIDI summary:')
406
+ print('-' * 70)
407
+ print(output_midi_summary)
408
  print('=' * 70)
409
 
410
  #========================================================