Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
| 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():
|