Shreyas094 commited on
Commit
5593d08
·
verified ·
1 Parent(s): 128c470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -445,6 +445,8 @@ continue_output = gr.Textbox(label="Response")
445
 
446
  message_input = gr.Textbox(label="Message")
447
 
 
 
448
  continue_button.click(
449
  chatbot_interface,
450
  inputs=[
 
445
 
446
  message_input = gr.Textbox(label="Message")
447
 
448
+ history = gr.Textbox(label="History", lines=10, visible=False)
449
+
450
  continue_button.click(
451
  chatbot_interface,
452
  inputs=[