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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,9 +78,9 @@ def generate(
78
 
79
  chat_interface = gr.ChatInterface(
80
  fn=generate,
81
- chat_bot=gr.Chatbot(height="600px"),
82
  additional_inputs=[
83
- gr.Textbox(label="System prompt", lines=6),
84
  gr.Slider(
85
  label="Max new tokens",
86
  minimum=1,
 
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(
85
  label="Max new tokens",
86
  minimum=1,