ldhldh commited on
Commit
6a14764
·
1 Parent(s): 37d6acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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