Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,6 @@ import re
|
|
5 |
import json
|
6 |
import requests
|
7 |
import gradio as gr
|
8 |
-
import sys
|
9 |
-
|
10 |
-
# Remove yfinance_tool from agentpro.tools before AgentPro loads it
|
11 |
-
sys.modules['agentpro.tools.yfinance_tool'] = None
|
12 |
-
|
13 |
from google.oauth2.credentials import Credentials
|
14 |
from googleapiclient.discovery import build
|
15 |
from agentpro import create_model, ReactAgent
|
|
|
5 |
import json
|
6 |
import requests
|
7 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
8 |
from google.oauth2.credentials import Credentials
|
9 |
from googleapiclient.discovery import build
|
10 |
from agentpro import create_model, ReactAgent
|