minhpng commited on
Commit
87eba50
·
verified ·
1 Parent(s): 9f81085

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,9 +13,8 @@ app.include_router(get_transcript.router)
13
 
14
  @app.get("/")
15
  def read_root():
16
- return {"message": "This is from python backend"}
17
 
18
  if __name__ == '__main__':
19
  uvicorn.run(
20
  "app:app", reload=True)
21
-
 
13
 
14
  @app.get("/")
15
  def read_root():
16
+ return {"message": "This is from python backend cache"}
17
 
18
  if __name__ == '__main__':
19
  uvicorn.run(
20
  "app:app", reload=True)