om-app commited on
Commit
081ecd6
·
1 Parent(s): d58b9a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -72,7 +72,9 @@ with gr.Blocks(css=css) as demo:
72
  with gr.Row():
73
  with gr.Column():
74
  input_text = gr.Textbox(label="Short text prompt",
75
- lines=4, elem_id="input-text")
 
 
76
  with gr.Row():
77
  see_prompts = gr.Button("1. Enter short text")
78
 
 
72
  with gr.Row():
73
  with gr.Column():
74
  input_text = gr.Textbox(label="Short text prompt",
75
+ lines=4, elem_id="input-text",
76
+ visible=False
77
+ )
78
  with gr.Row():
79
  see_prompts = gr.Button("1. Enter short text")
80