aaabiao commited on
Commit
cc6eae3
·
verified ·
1 Parent(s): f2951f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def generate(
61
  chat_interface = gr.ChatInterface(
62
  fn=generate,
63
  additional_inputs=[
64
- gr.Textbox(label="System prompt", lines=6, width=800), # Adjust width here
65
  gr.Slider(
66
  label="Max new tokens",
67
  minimum=1,
 
61
  chat_interface = gr.ChatInterface(
62
  fn=generate,
63
  additional_inputs=[
64
+ gr.Textbox(label="System prompt", lines=20), # Adjust width here
65
  gr.Slider(
66
  label="Max new tokens",
67
  minimum=1,