rishiraj commited on
Commit
049ebf8
·
verified ·
1 Parent(s): 61ec7bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -112,6 +112,7 @@ The final prompt you output should adhere to the following structure below. Do n
112
 
113
  chat_interface = gr.ChatInterface(
114
  fn=generate,
 
115
  additional_inputs=[
116
  gr.Slider(
117
  label="Max new tokens",
 
112
 
113
  chat_interface = gr.ChatInterface(
114
  fn=generate,
115
+ chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
116
  additional_inputs=[
117
  gr.Slider(
118
  label="Max new tokens",