awacke1 commited on
Commit
497d573
β€’
1 Parent(s): bee1702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("requiredData.txt")
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")