ldhldh commited on
Commit
97e2ae6
Β·
1 Parent(s): 93f7419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ def chat(x):
61
  output = re.sub('[=+#/\:@*\"β€»γ†γ€β€˜|\\\<\>\(\)\[\]`\'…》\”\β€œ\’·]', ' ', output)
62
  output = re.sub('[a-zA-Z]',' ',output)
63
 
64
- print(output = re.sub('\n','<κ°œν–‰>', output))
65
  return output
66
 
67
  def yn(x):
 
61
  output = re.sub('[=+#/\:@*\"β€»γ†γ€β€˜|\\\<\>\(\)\[\]`\'…》\”\β€œ\’·]', ' ', output)
62
  output = re.sub('[a-zA-Z]',' ',output)
63
 
 
64
  return output
65
 
66
  def yn(x):