Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def app():
|
|
51 |
|
52 |
else:
|
53 |
|
54 |
-
target_text_path = "
|
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 |
|