asigalov61
commited on
Commit
•
c292aa6
1
Parent(s):
3c367a1
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ def Generate_Chords_Progression(total_song_length_in_chords_chunks,
|
|
238 |
chords_progression_summary_string += '\n'
|
239 |
print('=' * 70)
|
240 |
print('Sorted unique songs chords set:', len(sorted(set(tuple([a[1] for a in all_song_chords])))), 'count')
|
241 |
-
chords_progression_summary_string += 'Sorted unique songs chords set: ' + str(len(sorted(set(tuple([a[1] for a in all_song_chords]))))) + ' count + '\n'
|
242 |
chords_progression_summary_string += '=' * 70
|
243 |
chords_progression_summary_string += '\n'
|
244 |
#print('=' * 70)
|
|
|
238 |
chords_progression_summary_string += '\n'
|
239 |
print('=' * 70)
|
240 |
print('Sorted unique songs chords set:', len(sorted(set(tuple([a[1] for a in all_song_chords])))), 'count')
|
241 |
+
chords_progression_summary_string += 'Sorted unique songs chords set: ' + str(len(sorted(set(tuple([a[1] for a in all_song_chords]))))) + ' count' + '\n'
|
242 |
chords_progression_summary_string += '=' * 70
|
243 |
chords_progression_summary_string += '\n'
|
244 |
#print('=' * 70)
|