taratrankennedy commited on
Commit
3a669da
·
verified ·
1 Parent(s): 94fceee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ try:
22
  except Exception as e:
23
  print(f"Failed to load models: {e}")
24
 
25
- def load_and_preprocess_text(filenam):
26
  """
27
  Load and preprocess text from a file, removing empty lines and stripping whitespace.
28
  """
 
22
  except Exception as e:
23
  print(f"Failed to load models: {e}")
24
 
25
+ def load_and_preprocess_text(filename):
26
  """
27
  Load and preprocess text from a file, removing empty lines and stripping whitespace.
28
  """