2nzi commited on
Commit
2628dc0
·
verified ·
1 Parent(s): 1f7470c
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -1,7 +1,7 @@
1
  from mplsoccer import Pitch
2
  import streamlit as st
3
  import requests
4
- from bs4 import BeautifulSoup
5
  from fuzzywuzzy import fuzz, process
6
  import plotly.express as px
7
  import numpy as np
 
1
  from mplsoccer import Pitch
2
  import streamlit as st
3
  import requests
4
+ # from bs4 import BeautifulSoup
5
  from fuzzywuzzy import fuzz, process
6
  import plotly.express as px
7
  import numpy as np