Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import gradio as gr
|
|
6 |
from tooluniverse import ToolUniverse
|
7 |
import warnings
|
8 |
from typing import List, Dict, Any
|
|
|
9 |
|
10 |
# Suppress specific warnings
|
11 |
warnings.filterwarnings("ignore", category=UserWarning)
|
|
|
6 |
from tooluniverse import ToolUniverse
|
7 |
import warnings
|
8 |
from typing import List, Dict, Any
|
9 |
+
from txagent import TxAgent
|
10 |
|
11 |
# Suppress specific warnings
|
12 |
warnings.filterwarnings("ignore", category=UserWarning)
|