Spaces:
Sleeping
Sleeping
Update api/claims_analysis.py
Browse files- 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:
|