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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -443,6 +443,8 @@ demo = gr.ChatInterface(
443
  continue_button = gr.Button("Continue Generation")
444
  continue_output = gr.Textbox(label="Response")
445
 
 
 
446
  continue_button.click(
447
  chatbot_interface,
448
  inputs=[
 
443
  continue_button = gr.Button("Continue Generation")
444
  continue_output = gr.Textbox(label="Response")
445
 
446
+ message_input = gr.Textbox(label="Message")
447
+
448
  continue_button.click(
449
  chatbot_interface,
450
  inputs=[