Spaces:
Running
Running
Update app.py
Browse files
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=[
|