Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ from langchain_core.agents import AgentExecutor, JsonOutputParser
|
|
| 5 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 6 |
import chess, chess.engine
|
| 7 |
from bs4 import BeautifulSoup
|
| 8 |
-
import statsapi
|
| 9 |
from SPARQLWrapper import SPARQLWrapper, JSON
|
| 10 |
|
| 11 |
# (Keep Constants as is)
|
|
|
|
| 5 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 6 |
import chess, chess.engine
|
| 7 |
from bs4 import BeautifulSoup
|
|
|
|
| 8 |
from SPARQLWrapper import SPARQLWrapper, JSON
|
| 9 |
|
| 10 |
# (Keep Constants as is)
|