ksvmuralidhar commited on
Commit
c3060aa
·
verified ·
1 Parent(s): 18191d2

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +2 -2
api.py CHANGED
@@ -85,11 +85,11 @@ app = FastAPI(title='News Summarizer API',
85
  summary="News article summary generator",
86
  version="0.0.1",
87
  contact={
88
- "name": "KSV Muralidhar",
89
  "url": "https://ksvmuralidhar.in"
90
  },
91
  license_info={
92
- "name": "Apache 2.0",
93
  "identifier": "MIT"
94
  },
95
  swagger_ui_parameters={"defaultModelsExpandDepth": -1})
 
85
  summary="News article summary generator",
86
  version="0.0.1",
87
  contact={
88
+ "name": "Author: KSV Muralidhar",
89
  "url": "https://ksvmuralidhar.in"
90
  },
91
  license_info={
92
+ "name": "License: MIT",
93
  "identifier": "MIT"
94
  },
95
  swagger_ui_parameters={"defaultModelsExpandDepth": -1})