Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def chat(x):
|
|
37 |
fn_index=0
|
38 |
)
|
39 |
result = str(result)
|
40 |
-
output = result[len(result.rsplit(':', 1)[0]):]
|
41 |
|
42 |
return output
|
43 |
|
|
|
37 |
fn_index=0
|
38 |
)
|
39 |
result = str(result)
|
40 |
+
output = result[len(result.rsplit(':', 1)[0]) + 2 :]
|
41 |
|
42 |
return output
|
43 |
|