vilarin commited on
Commit
1aa87ff
·
verified ·
1 Parent(s): 1dfc74f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
75
  gr.HTML(DESCRIPTION)
76
  gr.ChatInterface(
77
  fn=generate,
78
- chatbot=gr.Chatbot(scale=1),
79
  additional_inputs=[
80
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
81
  gr.Slider(minimum=1, maximum=30720, value=2048, step=1, label="Max tokens"),
 
75
  gr.HTML(DESCRIPTION)
76
  gr.ChatInterface(
77
  fn=generate,
78
+ chatbot=chatbot,
79
  additional_inputs=[
80
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
81
  gr.Slider(minimum=1, maximum=30720, value=2048, step=1, label="Max tokens"),