awacke1 commited on
Commit
2d77b0d
Β·
1 Parent(s): 4d37dc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def complete_with_gpt(text):
11
 
12
  with gr.Blocks() as demo:
13
  with gr.Row():
14
- textbox = gr.Textbox(placeholder="Type here and press enter...", lines=4)
15
  with gr.Column():
16
  btn = gr.Button("Generate")
17
 
 
11
 
12
  with gr.Blocks() as demo:
13
  with gr.Row():
14
+ textbox = gr.Textbox(placeholder="Type here and press enter...", lines=21)
15
  with gr.Column():
16
  btn = gr.Button("Generate")
17