Spaces:
Runtime error
Runtime error
deepozzzie
commited on
Commit
·
3c631fa
1
Parent(s):
752610d
test
Browse files
app.py
CHANGED
@@ -112,4 +112,6 @@ with gr.Blocks(css=css) as demo:
|
|
112 |
submit_btn.click(add_text, [chatbot, question], [chatbot, question]).then(
|
113 |
bot, chatbot, chatbot)
|
114 |
|
|
|
|
|
115 |
demo.launch()
|
|
|
112 |
submit_btn.click(add_text, [chatbot, question], [chatbot, question]).then(
|
113 |
bot, chatbot, chatbot)
|
114 |
|
115 |
+
print(history)
|
116 |
+
|
117 |
demo.launch()
|