Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def read_docx(file_path):
|
|
| 12 |
return text
|
| 13 |
|
| 14 |
# Load and tokenize your conversational dataset
|
| 15 |
-
docx_file_path = "
|
| 16 |
text_data = read_docx(docx_file_path)
|
| 17 |
|
| 18 |
# Tokenization
|
|
|
|
| 12 |
return text
|
| 13 |
|
| 14 |
# Load and tokenize your conversational dataset
|
| 15 |
+
docx_file_path = "test.txt"
|
| 16 |
text_data = read_docx(docx_file_path)
|
| 17 |
|
| 18 |
# Tokenization
|