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

Update app.py

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