kmaurinjones commited on
Commit
d37d610
1 Parent(s): 3b3ae02

Update songscope.py

Browse files
Files changed (1) hide show
  1. songscope.py +1 -0
songscope.py CHANGED
@@ -209,6 +209,7 @@ def find_artist(artist_name: str) -> str:
209
 
210
  # Check if the request was successful
211
  if response.status_code == 200:
 
212
  # Parse the HTML content
213
  soup = BeautifulSoup(response.text, 'html.parser')
214
 
 
209
 
210
  # Check if the request was successful
211
  if response.status_code == 200:
212
+ st.write("200 BABYYYYYY")
213
  # Parse the HTML content
214
  soup = BeautifulSoup(response.text, 'html.parser')
215