archit11 commited on
Commit
87824dc
·
verified ·
1 Parent(s): d1d4295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -86,6 +86,7 @@ def generate(
86
 
87
  chat_interface = gr.ChatInterface(
88
  fn=generate,
 
89
  additional_inputs=[
90
  gr.Textbox(label="System prompt", lines=26),
91
  gr.Slider(
 
86
 
87
  chat_interface = gr.ChatInterface(
88
  fn=generate,
89
+ chatbot=chatbot,
90
  additional_inputs=[
91
  gr.Textbox(label="System prompt", lines=26),
92
  gr.Slider(