tomdeng commited on
Commit
f0e5b12
1 Parent(s): 7fde24e

Update app.py

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