mlkorra commited on
Commit
f514dcf
·
1 Parent(s): dd6496d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def app():
51
 
52
  else:
53
 
54
- target_text_path = "./input/trac2_hin_test.csv"
55
  target_text_df = pd.read_csv(target_text_path)
56
  texts = target_text_df["Text"]
57
 
 
51
 
52
  else:
53
 
54
+ target_text_path = "trac2_hin_test.csv"
55
  target_text_df = pd.read_csv(target_text_path)
56
  texts = target_text_df["Text"]
57