Spaces:
Build error
Build error
porla
commited on
Commit
·
201065c
1
Parent(s):
ec946c6
Remove unused import statement from app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,6 @@ import requests
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
from langchain_core.messages import HumanMessage, SystemMessage
|
| 7 |
-
from src.
|
| 8 |
|
| 9 |
from src.agent import CustomAgent
|
| 10 |
import json
|
|
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
from langchain_core.messages import HumanMessage, SystemMessage
|
|
|
|
| 7 |
|
| 8 |
from src.agent import CustomAgent
|
| 9 |
import json
|