MK-316 commited on
Commit
53e8d3f
1 Parent(s): 5de2897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ import string
4
  import csv
5
  import io
6
 
 
 
7
  def process_text(text, sorting_option):
8
  # Remove punctuation from the input text
9
  translator = str.maketrans('', '', string.punctuation)
 
4
  import csv
5
  import io
6
 
7
+
8
+
9
  def process_text(text, sorting_option):
10
  # Remove punctuation from the input text
11
  translator = str.maketrans('', '', string.punctuation)