Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from zoneinfo import ZoneInfo
|
|
10 |
import gspread
|
11 |
from google.oauth2.service_account import Credentials
|
12 |
from agno.tools import tool
|
|
|
13 |
|
14 |
load_dotenv()
|
15 |
|
|
|
10 |
import gspread
|
11 |
from google.oauth2.service_account import Credentials
|
12 |
from agno.tools import tool
|
13 |
+
import os
|
14 |
|
15 |
load_dotenv()
|
16 |
|