Spaces:
Runtime error
Runtime error
fix (?)
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def lemmatization(texts, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']): #'NOUN
|
|
| 28 |
return texts_out
|
| 29 |
|
| 30 |
|
| 31 |
-
def main(
|
| 32 |
df = pd.read_csv('./data/results.csv', index_col=0)
|
| 33 |
|
| 34 |
print(choose_context)
|
|
|
|
| 28 |
return texts_out
|
| 29 |
|
| 30 |
|
| 31 |
+
def main(choose_context):
|
| 32 |
df = pd.read_csv('./data/results.csv', index_col=0)
|
| 33 |
|
| 34 |
print(choose_context)
|