Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def create_search_url(artist_song):
|
|
26 |
return base_url + artist_song.replace(' ', '+').replace('β', '%E2%80%93')
|
27 |
|
28 |
# Parsing the data
|
29 |
-
data = parse_data("
|
30 |
|
31 |
# Streamlit page configuration
|
32 |
st.set_page_config(page_title="MTV VMAs 2023 Awards", layout="wide")
|
|
|
26 |
return base_url + artist_song.replace(' ', '+').replace('β', '%E2%80%93')
|
27 |
|
28 |
# Parsing the data
|
29 |
+
data = parse_data("data.txt")
|
30 |
|
31 |
# Streamlit page configuration
|
32 |
st.set_page_config(page_title="MTV VMAs 2023 Awards", layout="wide")
|