ragV98 commited on
Commit
5e1e9ae
·
1 Parent(s): cfcf53a

rebuild trigger

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ app = FastAPI()
9
 
10
  @app.get("/")
11
  def greet():
12
- return {"welcome": "nuse"}
13
 
14
  app.include_router(ingest.router)
15
  app.include_router(query.router)
 
9
 
10
  @app.get("/")
11
  def greet():
12
+ return {"welcome": "nuse ai"}
13
 
14
  app.include_router(ingest.router)
15
  app.include_router(query.router)