Omnibus commited on
Commit
cc1802e
·
verified ·
1 Parent(s): 564d1d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def reply_generate(prompt, history,post_check,full_conv, agent_name=agents[0], s
253
  token=token,
254
  )
255
  except Exception as e:
256
- print(e)]
257
  return "",history,lod[0],lod[0],lod[0],html_out
258
 
259
 
 
253
  token=token,
254
  )
255
  except Exception as e:
256
+ print(e)
257
  return "",history,lod[0],lod[0],lod[0],html_out
258
 
259