Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from smolagents import tool
|
| 2 |
import requests
|
| 3 |
import pandas as pd
|
| 4 |
-
import
|
| 5 |
|
| 6 |
# @tool
|
| 7 |
# def my_custom_tool(arg1: str, arg2: int) -> str:
|
|
|
|
| 1 |
from smolagents import tool
|
| 2 |
import requests
|
| 3 |
import pandas as pd
|
| 4 |
+
import Gradio_UI
|
| 5 |
|
| 6 |
# @tool
|
| 7 |
# def my_custom_tool(arg1: str, arg2: int) -> str:
|