Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,8 @@ def sa2(s):
|
|
14 |
|
15 |
|
16 |
def get_examples():
|
17 |
-
return [e for e in open("examplesTR.csv").readlines()]
|
|
|
18 |
|
19 |
import pandas as pd
|
20 |
|
|
|
14 |
|
15 |
|
16 |
def get_examples():
|
17 |
+
#return [e for e in open("examplesTR.csv").readlines()]
|
18 |
+
return "Bu filmi beğenmedim\n bu filmi beğendim\n ceketin çok güzel\n bugün ne yesek"
|
19 |
|
20 |
import pandas as pd
|
21 |
|