youssef1214 commited on
Commit
73acaaa
·
1 Parent(s): 543b90b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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={"Most Common Words":{"انهردا":11,"بكرا":12}}
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')