Commit
·
06ea02e
1
Parent(s):
c5a320e
Update main.py
Browse files
main.py
CHANGED
@@ -36,7 +36,9 @@ def get_reviews(request : schemas.feedback):
|
|
36 |
else:
|
37 |
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail="Missing mathod value")
|
38 |
|
39 |
-
|
|
|
|
|
40 |
#Analysis
|
41 |
@app.get('/CommonWords')
|
42 |
def get_reviews():
|
|
|
36 |
else:
|
37 |
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail="Missing mathod value")
|
38 |
|
39 |
+
@app.get("/emotionCount")
|
40 |
+
def getemotionCount():
|
41 |
+
return Database.emotioncount
|
42 |
#Analysis
|
43 |
@app.get('/CommonWords')
|
44 |
def get_reviews():
|