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