Wootang01 commited on
Commit
7648d2b
·
1 Parent(s): fd8b643

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=6)
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=8)
15
  with gr.Column():
16
  btn = gr.Button("Generate")
17