shivanis14 commited on
Commit
5a4ec7c
·
verified ·
1 Parent(s): eb1a183

Update api/claims_analysis.py

Browse files
Files changed (1) hide show
  1. api/claims_analysis.py +1 -0
api/claims_analysis.py CHANGED
@@ -113,6 +113,7 @@ The output must be in JSON format as follows:
113
 
114
  return claims_analysis_str
115
 
 
116
  def get_claims_analysis(product_info_from_db):
117
 
118
  if product_info_from_db:
 
113
 
114
  return claims_analysis_str
115
 
116
+ @app.post("/claims-analysis")
117
  def get_claims_analysis(product_info_from_db):
118
 
119
  if product_info_from_db: