ak0601 commited on
Commit
ee11810
·
verified ·
1 Parent(s): b37cc98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,6 +15,8 @@ from google.adk.tools import FunctionTool
15
  from google.genai import types
16
  from langchain_tavily import TavilySearch
17
  import gspread
 
 
18
 
19
  # === CONFIGURE ENV AND AUTH ===
20
  load_dotenv()
 
15
  from google.genai import types
16
  from langchain_tavily import TavilySearch
17
  import gspread
18
+ import uuid
19
+ import datetime
20
 
21
  # === CONFIGURE ENV AND AUTH ===
22
  load_dotenv()