bruno16 commited on
Commit
f2905eb
1 Parent(s): d8cabdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ class Chat:
71
  chain=self.chain,
72
  question=question,
73
  chat_history=history,
 
74
  )
75
  history.append((question, response))
76
  return history, history
 
71
  chain=self.chain,
72
  question=question,
73
  chat_history=history,
74
+ wandb_run=self.wandb_run
75
  )
76
  history.append((question, response))
77
  return history, history