Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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=
|
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 |
|