Spaces:
Sleeping
Sleeping
req
Browse files- functions.py +1 -1
- requirements.txt +1 -0
functions.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from mplsoccer import Pitch
|
2 |
import streamlit as st
|
3 |
import requests
|
4 |
-
|
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
|
requirements.txt
CHANGED
@@ -5,3 +5,4 @@ requests
|
|
5 |
statsbombpy
|
6 |
mplsoccer
|
7 |
matplotlib
|
|
|
|
5 |
statsbombpy
|
6 |
mplsoccer
|
7 |
matplotlib
|
8 |
+
bs4
|