Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
dfad4b8
1
Parent(s):
9ce3e9f
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,6 @@ def postprocess(self, y):
|
|
23 |
return y
|
24 |
|
25 |
gr.Chatbot.postprocess = postprocess
|
26 |
-
|
27 |
# Text parsing function
|
28 |
def _parse_text(text):
|
29 |
lines = text.split("\n")
|
|
|
23 |
return y
|
24 |
|
25 |
gr.Chatbot.postprocess = postprocess
|
|
|
26 |
# Text parsing function
|
27 |
def _parse_text(text):
|
28 |
lines = text.split("\n")
|