youssef1214
commited on
Commit
·
c236cc7
1
Parent(s):
3156c38
Update main.py
Browse files
main.py
CHANGED
@@ -38,7 +38,6 @@ def get_reviews(request : schemas.feedback):
|
|
38 |
@app.get('/CommonWords')
|
39 |
def get_reviews():
|
40 |
data=Database.shakwa_common_words()
|
41 |
-
print(data)
|
42 |
return data
|
43 |
|
44 |
@app.get('/CommonPlaces')
|
|
|
38 |
@app.get('/CommonWords')
|
39 |
def get_reviews():
|
40 |
data=Database.shakwa_common_words()
|
|
|
41 |
return data
|
42 |
|
43 |
@app.get('/CommonPlaces')
|