Spaces:
Runtime error
Runtime error
Commit
·
9aa0485
1
Parent(s):
3b59724
Update app.py
Browse files
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
|