Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,8 @@ def chat(x):
|
|
60 |
output = output.split('\n')[0]
|
61 |
output = re.sub('[=+#/\:@*\"β»γγβ|\\\<\>\(\)\[\]`\'β¦γ\β\β\βΒ·]', ' ', output)
|
62 |
output = re.sub('[a-zA-Z]',' ',output)
|
|
|
|
|
63 |
return output
|
64 |
|
65 |
def yn(x):
|
|
|
60 |
output = output.split('\n')[0]
|
61 |
output = re.sub('[=+#/\:@*\"β»γγβ|\\\<\>\(\)\[\]`\'β¦γ\β\β\βΒ·]', ' ', output)
|
62 |
output = re.sub('[a-zA-Z]',' ',output)
|
63 |
+
|
64 |
+
print(x)
|
65 |
return output
|
66 |
|
67 |
def yn(x):
|