twimbit-ai commited on
Commit
9aa0485
·
1 Parent(s): 3b59724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ class ChatWrapper:
72
  output += '\n\n' + sources_str
73
 
74
  history.append((inp, output))
 
75
  # print(chain_obj)
76
  except Exception as e:
77
  raise e
 
72
  output += '\n\n' + sources_str
73
 
74
  history.append((inp, output))
75
+ print(history)
76
  # print(chain_obj)
77
  except Exception as e:
78
  raise e