Spaces:
Sleeping
Sleeping
adding the correct inputs i forgot in my last commit
Browse files
app.py
CHANGED
@@ -8,6 +8,9 @@ from tools.final_answer import FinalAnswerTool
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
from selenium import webdriver
|
|
|
|
|
|
|
11 |
|
12 |
@tool
|
13 |
def get_zh_top_news() -> tuple[str, str]:
|
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
from selenium import webdriver
|
11 |
+
from selenium.webdriver.common.by import By
|
12 |
+
from selenium.webdriver.chrome.service import Service
|
13 |
+
from selenium.webdriver.chrome.options import Options
|
14 |
|
15 |
@tool
|
16 |
def get_zh_top_news() -> tuple[str, str]:
|