saretta00 commited on
Commit
b2e3feb
·
1 Parent(s): 2fb2b0b
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,6 +11,7 @@ from pytrends.request import TrendReq
11
  from Gradio_UI import GradioUI
12
 
13
  load_dotenv()
 
14
  HF_TOKEN = os.getenv("HF_U1APP_TOKEN")
15
 
16
  @tool
@@ -115,4 +116,4 @@ agent = CodeAgent(
115
  )
116
 
117
 
118
- GradioUI(agent).launch()
 
11
  from Gradio_UI import GradioUI
12
 
13
  load_dotenv()
14
+
15
  HF_TOKEN = os.getenv("HF_U1APP_TOKEN")
16
 
17
  @tool
 
116
  )
117
 
118
 
119
+ GradioUI(agent).launch()