Nkuku commited on
Commit
6ed6cb1
·
verified ·
1 Parent(s): 529b676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def main():
195
 
196
  # Additional functionality to show live scores
197
  if st.button("Show Live Scores"):
198
- live_scores = scrape_live_scores()
199
  st.write(live_scores)
200
 
201
  # Handle adding/uploading videos
 
195
 
196
  # Additional functionality to show live scores
197
  if st.button("Show Live Scores"):
198
+ live_scores = scrape_live_scores();
199
  st.write(live_scores)
200
 
201
  # Handle adding/uploading videos