1MR commited on
Commit
e308e56
·
verified ·
1 Parent(s): 3bcda3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from langchain_community.agent_toolkits import GmailToolkit
13
  app = FastAPI()
14
 
15
  @app.get("/")
16
- def read_root
17
  toolkit = GmailToolkit()
18
  return {"message": "Connection"}
19
 
 
13
  app = FastAPI()
14
 
15
  @app.get("/")
16
+ def read_root():
17
  toolkit = GmailToolkit()
18
  return {"message": "Connection"}
19