Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,14 @@ URLS = {
|
|
| 13 |
"Chordify - Play Along Chords": "https://chordify.net/",
|
| 14 |
"National Guitar Academy - Guitar Learning": "https://www.guitaracademy.com/",
|
| 15 |
"Ultimate Guitar - Massive Song Database": "https://www.ultimate-guitar.com/",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
|
| 18 |
if not os.path.exists("history.json"):
|
|
|
|
| 13 |
"Chordify - Play Along Chords": "https://chordify.net/",
|
| 14 |
"National Guitar Academy - Guitar Learning": "https://www.guitaracademy.com/",
|
| 15 |
"Ultimate Guitar - Massive Song Database": "https://www.ultimate-guitar.com/",
|
| 16 |
+
"Wolf Alice": "https://www.chordie.com/song.php/songartist/Wolf+Alice/index.html",
|
| 17 |
+
"Everclear": "https://www.chordie.com/song.php/songartist/Everclear/index.html",
|
| 18 |
+
"Jungle": "https://www.ultimate-guitar.com/artist/jungle_47745",
|
| 19 |
+
"Mylie Cyrus": "https://www.ultimate-guitar.com/search.php?title=mile+cyrus&spelling=Mylie+cyrus",
|
| 20 |
+
"Kanye": "https://www.ultimate-guitar.com/search.php?search_type=title&value=Kanye%20west",
|
| 21 |
+
"Cat Stevens": "https://www.ultimate-guitar.com/search.php?search_type=title&value=cat%20stevens",
|
| 22 |
+
"Metric": "https://www.ultimate-guitar.com/search.php?search_type=title&value=Metric",
|
| 23 |
+
"John Lennon": "https://www.ultimate-guitar.com/search.php?search_type=title&value=John%20Lennon",
|
| 24 |
}
|
| 25 |
|
| 26 |
if not os.path.exists("history.json"):
|