Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|