Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import pandas as pd
|
|
| 6 |
from smolagents import DuckDuckGoSearchTool
|
| 7 |
from tools import get_hub_stats
|
| 8 |
from langchain.tools import Tool
|
|
|
|
| 9 |
|
| 10 |
# (Keep Constants as is)
|
| 11 |
# --- Constants ---
|
|
|
|
| 6 |
from smolagents import DuckDuckGoSearchTool
|
| 7 |
from tools import get_hub_stats
|
| 8 |
from langchain.tools import Tool
|
| 9 |
+
from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
|
| 10 |
|
| 11 |
# (Keep Constants as is)
|
| 12 |
# --- Constants ---
|