Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,6 @@ import chess, chess.engine
|
|
| 12 |
from bs4 import BeautifulSoup
|
| 13 |
import statsapi
|
| 14 |
from SPARQLWrapper import SPARQLWrapper, JSON
|
| 15 |
-
import omdb
|
| 16 |
-
import assemblyai as aai
|
| 17 |
|
| 18 |
# (Keep Constants as is)
|
| 19 |
# --- Constants ---
|
|
|
|
| 12 |
from bs4 import BeautifulSoup
|
| 13 |
import statsapi
|
| 14 |
from SPARQLWrapper import SPARQLWrapper, JSON
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# (Keep Constants as is)
|
| 17 |
# --- Constants ---
|