codelion commited on
Commit
4213168
1 Parent(s): 0a43395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def generate(
78
 
79
  chat_interface = gr.ChatInterface(
80
  fn=generate,
81
- chat_bot=gr.Chatbot(height="480px"),
82
  additional_inputs=[
83
  gr.Textbox(label="System prompt", lines=4),
84
  gr.Slider(
 
78
 
79
  chat_interface = gr.ChatInterface(
80
  fn=generate,
81
+ chatbot=gr.Chatbot(height="480px"),
82
  additional_inputs=[
83
  gr.Textbox(label="System prompt", lines=4),
84
  gr.Slider(