Yntec commited on
Commit
25b530f
1 Parent(s): 18f5643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -948,7 +948,7 @@ with gr.Blocks(css=css) as myface:
948
 
949
  with gr.Row():
950
  with gr.Column(scale=50):
951
- input_text=gr.Textbox(label="Prompt Idea",lines=2)
952
  use_short=gr.Button("Use Short Prompt")
953
  see_prompts=gr.Button("Extend Idea")
954
 
 
948
 
949
  with gr.Row():
950
  with gr.Column(scale=50):
951
+ input_text=gr.Textbox(label="Use this box to extend an idea automagically, by typing some words and clicking Extend Idea",lines=2)
952
  use_short=gr.Button("Use Short Prompt")
953
  see_prompts=gr.Button("Extend Idea")
954