smriti-m commited on
Commit
0a7cea4
·
verified ·
1 Parent(s): 4f7b070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(reconext_text) # Complete this line
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