Yntec commited on
Commit
9ee6f93
1 Parent(s): 2ad08bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -765,8 +765,8 @@ with gr.Blocks(css=css) as myface:
765
  with gr.Tab("Magic Prompt"):
766
  with gr.Row():
767
  input_text=gr.Textbox(label="Prompt Idea",lines=2)
768
- use_short=gr.Button("Use Short Prompt")
769
- see_prompts=gr.Button("Extend Idea")
770
 
771
 
772
  def short_prompt(inputs):
 
765
  with gr.Tab("Magic Prompt"):
766
  with gr.Row():
767
  input_text=gr.Textbox(label="Prompt Idea",lines=2)
768
+ use_short=gr.Button("Use Short Prompt")
769
+ see_prompts=gr.Button("Extend Idea")
770
 
771
 
772
  def short_prompt(inputs):