Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
d26e75b
1
Parent(s):
c976573
fix
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import inspect
|
|
6 |
import pandas as pd
|
7 |
import time
|
8 |
from langchain_agent import LangChainAgent
|
9 |
-
from analyse_chess_position_tool import
|
10 |
from utils import get_bytes, get_text_file_contents, get_base64
|
11 |
|
12 |
# (Keep Constants as is) ok!!!
|
|
|
6 |
import pandas as pd
|
7 |
import time
|
8 |
from langchain_agent import LangChainAgent
|
9 |
+
from analyse_chess_position_tool import get_chess_best_move
|
10 |
from utils import get_bytes, get_text_file_contents, get_base64
|
11 |
|
12 |
# (Keep Constants as is) ok!!!
|