QIU JUNZHE commited on
Commit
0d3c62f
1 Parent(s): d71bb94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ with gr.Blocks(css=css) as myface:
416
  with gr.Row():
417
  with gr.Column(scale=50):
418
  gr.HTML("""<h1>没有想法?</h1>""")
419
- input_text=gr.Textbox(label="提示词点子",lines=2)
420
  use_short=gr.Button("使用精简提示词(使用框中提示词)")
421
  see_prompts=gr.Button("扩充框内提示词")
422
 
 
416
  with gr.Row():
417
  with gr.Column(scale=50):
418
  gr.HTML("""<h1>没有想法?</h1>""")
419
+ input_text=gr.Textbox(label="输入提示词点子:",lines=2)
420
  use_short=gr.Button("使用精简提示词(使用框中提示词)")
421
  see_prompts=gr.Button("扩充框内提示词")
422