cbg342 commited on
Commit
7385fd6
1 Parent(s): 258eab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def midiToStr(mPath):
46
  opens[msg.note] = globalT
47
  return ', '.join(midOut)
48
 
49
- st.markdown('# GPT-4 2 Midi\n##### plus conversion tools for use with Chat-GPT\napp by [d3nt](https://github.com/d3n7/)')
50
  main, m2t, t2m = st.tabs(['GPT4-To-Midi', 'Midi-2-Text', 'Text-2-Midi'])
51
 
52
  with main:
 
46
  opens[msg.note] = globalT
47
  return ', '.join(midOut)
48
 
49
+ st.markdown('# GPT-4 2 Midi\n####AI Generated Polyphonic Music\n##### plus conversion tools for use with Chat-GPT\napp by [d3nt](https://github.com/d3n7/)')
50
  main, m2t, t2m = st.tabs(['GPT4-To-Midi', 'Midi-2-Text', 'Text-2-Midi'])
51
 
52
  with main: