Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def preprocess_text(text):
|
|
45 |
return cleaned_chunks
|
46 |
|
47 |
# Call the preprocess_text function and store the result in a cleaned_chunks variable
|
48 |
-
cleaned_chunks = preprocess_text(
|
49 |
|
50 |
#step 4 from semantic search
|
51 |
|
|
|
45 |
return cleaned_chunks
|
46 |
|
47 |
# Call the preprocess_text function and store the result in a cleaned_chunks variable
|
48 |
+
cleaned_chunks = preprocess_text(reconext_file_text) # Complete this line
|
49 |
|
50 |
#step 4 from semantic search
|
51 |
|