zarox commited on
Commit
e77a682
·
1 Parent(s): fc9a02f
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -37,9 +37,10 @@ before_text = """<div align="center">
37
  </div>
38
  <hr>"""
39
 
40
- after_text = """PR in [github](https://github.com/MineisZarox/AudioFusion) repository beta branch are always welcome."""
41
- """<hr>
42
- ## Todo
 
43
 
44
  \# Acapella Extractor<br>
45
  \# Karoke Maker<br>
@@ -47,7 +48,7 @@ after_text = """PR in [github](https://github.com/MineisZarox/AudioFusion) repos
47
  \# Volume Booster<br>
48
 
49
 
50
- ## Inspiration & Credits
51
 
52
  - Special thanks to [Jiaaro](https://github.com/jiaaro) for pydub. AudioFusion is mainly wrapped around pydub
53
 
 
37
  </div>
38
  <hr>"""
39
 
40
+ after_text = """<hr>
41
+ PR in [github](https://github.com/MineisZarox/AudioFusion) repository beta branch are always welcome.
42
+
43
+ <h3>Todo</h3>
44
 
45
  \# Acapella Extractor<br>
46
  \# Karoke Maker<br>
 
48
  \# Volume Booster<br>
49
 
50
 
51
+ <h3>Inspiration & Credits</h3>
52
 
53
  - Special thanks to [Jiaaro](https://github.com/jiaaro) for pydub. AudioFusion is mainly wrapped around pydub
54