johann22 commited on
Commit
436a2fd
·
1 Parent(s): a3f3014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ additional_inputs=[
86
  interactive=True,
87
  info="Penalize repeated tokens",
88
  ),
89
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
90
 
91
  ]
92
 
 
86
  interactive=True,
87
  info="Penalize repeated tokens",
88
  ),
89
+ gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
90
 
91
  ]
92