merve HF staff commited on
Commit
7034a9f
1 Parent(s): fd549ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ with gr.Blocks(css=css) as demo:
62
 
63
  with gr.Row():
64
  with gr.Column():
65
- input_text = gr.Textbox(elem_id="input-text")
 
66
  with gr.Row():
67
  see_prompts = gr.Button("Feed in your text!")
68
 
 
62
 
63
  with gr.Row():
64
  with gr.Column():
65
+ input_text = gr.Textbox(label="Short text prompt",
66
+ lines=4, elem_id="input-text")
67
  with gr.Row():
68
  see_prompts = gr.Button("Feed in your text!")
69