abdull90 commited on
Commit
5e2fcbd
·
verified ·
1 Parent(s): 4435743

app.py ammend issue

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -67,6 +67,8 @@ def extract_full_analysis(review):
67
  }
68
  return dynamic_result
69
 
 
 
70
  with open('yelp3k.json', 'r', encoding='utf-8') as fp:
71
  static_reviews = json.load(fp)
72
  def highlight_aspects(text, aspects):
 
67
  }
68
  return dynamic_result
69
 
70
+ import os
71
+ print("Current working directory:", os.getcwd())
72
  with open('yelp3k.json', 'r', encoding='utf-8') as fp:
73
  static_reviews = json.load(fp)
74
  def highlight_aspects(text, aspects):