Iman1 commited on
Commit
8d111fc
·
verified ·
1 Parent(s): b2e533f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,6 +6,9 @@ import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from Gradio_UI import GradioUI
8
  from bs4 import BeautifulSoup
 
 
 
9
 
10
  # ---------------------------------------------------------------------------
11
  # Define a custom tool for investment advice.
 
6
  from tools.final_answer import FinalAnswerTool
7
  from Gradio_UI import GradioUI
8
  from bs4 import BeautifulSoup
9
+ from dotenv import load_dotenv
10
+ import os
11
+
12
 
13
  # ---------------------------------------------------------------------------
14
  # Define a custom tool for investment advice.