Spaces:
Runtime error
Runtime error
Commit
·
73acaaa
1
Parent(s):
543b90b
Update main.py
Browse files
main.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_reviews(request : schemas.feedback):
|
|
| 37 |
#Analysis
|
| 38 |
@app.get('/CommonWords')
|
| 39 |
def get_reviews():
|
| 40 |
-
data=
|
| 41 |
return data
|
| 42 |
|
| 43 |
@app.get('/CommonPlaces')
|
|
|
|
| 37 |
#Analysis
|
| 38 |
@app.get('/CommonWords')
|
| 39 |
def get_reviews():
|
| 40 |
+
data=Database.shakwa_common_words()
|
| 41 |
return data
|
| 42 |
|
| 43 |
@app.get('/CommonPlaces')
|