Rooni commited on
Commit
1f4022f
1 Parent(s): dc39d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css) as dalle:
149
  with gr.Column():
150
  with gr.Tab("Базовые настройки"):
151
  with gr.Row():
152
- with gr.Column(elem_id="prompt-container"):
153
  with gr.Row():
154
  text_prompt = gr.Textbox(label="Prompt", placeholder="Описание изображения", lines=3, elem_id="prompt-text-input")
155
  with gr.Row():
 
149
  with gr.Column():
150
  with gr.Tab("Базовые настройки"):
151
  with gr.Row():
152
+ with gr.Column(elem_id="prompt-container"):
153
  with gr.Row():
154
  text_prompt = gr.Textbox(label="Prompt", placeholder="Описание изображения", lines=3, elem_id="prompt-text-input")
155
  with gr.Row():