moriire commited on
Commit
e3f2c3c
1 Parent(s): 6a34b4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -52,7 +52,9 @@ except Exception as e:
52
  raise
53
  """
54
 
55
- app = fastapi.FastAPI()
 
 
56
 
57
 
58
  @app.get("/")
 
52
  raise
53
  """
54
 
55
+ app = fastapi.FastAPI(
56
+ title="OpenGenAI",
57
+ description="Your Excellect Physician")
58
 
59
 
60
  @app.get("/")