John6666 commited on
Commit
df259ab
1 Parent(s): ab9b4ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def generate(id_task, model_name, batch_count, batch_size, text, *args):
116
  with gr.Blocks(analytics_enabled=False) as space:
117
  with gr.Row():
118
  with gr.Column(scale=80):
119
- prompt = gr.Textbox(label="Prompt", elem_id="promptgen_prompt", show_label=False, lines=2, placeholder="Beginning of the prompt").style(container=False)
120
  with gr.Column(scale=10):
121
  submit = gr.Button('Generate', elem_id="promptgen_generate", variant='primary')
122
 
 
116
  with gr.Blocks(analytics_enabled=False) as space:
117
  with gr.Row():
118
  with gr.Column(scale=80):
119
+ prompt = gr.Textbox(label="Prompt", elem_id="promptgen_prompt", show_label=False, lines=2, placeholder="Beginning of the prompt")#.style(container=False)
120
  with gr.Column(scale=10):
121
  submit = gr.Button('Generate', elem_id="promptgen_generate", variant='primary')
122