juancopi81 commited on
Commit
735366b
1 Parent(s): 3356573

Improve description

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -14,7 +14,7 @@ os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
14
 
15
  DESCRIPTION = """
16
  <h1>🎵 Multitrack Midi Generator 🎶</h1>
17
- <h3>AI-driven Music Composer: Creating Melodies One Instrument at a Time!</h3>
18
  <p>This interactive application uses an AI model to generate music sequences based on a chosen genre and various user inputs. The apps constructs the piece instrument by instrument</p>
19
 
20
  <div style="display: flex; justify-content: space-between;">
@@ -40,6 +40,8 @@ DESCRIPTION = """
40
  </div>
41
  </div>
42
 
 
 
43
  <p>This application is built upon the inspiring work of <a href="https://www.linkedin.com/in/dr-tristan-behrens-734967a2" target="_blank">Dr. Tristan Behrens</a></p>
44
 
45
  <p>Enjoy creating your own music!</p>
 
14
 
15
  DESCRIPTION = """
16
  <h1>🎵 Multitrack Midi Generator 🎶</h1>
17
+ <h3>AI-driven Music Composer: Creating Music One Instrument at a Time!</h3>
18
  <p>This interactive application uses an AI model to generate music sequences based on a chosen genre and various user inputs. The apps constructs the piece instrument by instrument</p>
19
 
20
  <div style="display: flex; justify-content: space-between;">
 
40
  </div>
41
  </div>
42
 
43
+ <hr style="margin-top: 2em; margin-bottom: 2em;">
44
+
45
  <p>This application is built upon the inspiring work of <a href="https://www.linkedin.com/in/dr-tristan-behrens-734967a2" target="_blank">Dr. Tristan Behrens</a></p>
46
 
47
  <p>Enjoy creating your own music!</p>