Update app.py
Browse files
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
|