Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,6 @@ with gr.Blocks() as demo:
|
|
66 |
|
67 |
# Вкладка 2: Промпты
|
68 |
with gr.TabItem("Ассистент", id=1):
|
69 |
-
with gr.Row():
|
70 |
-
gr.Markdown("### Ассистент")
|
71 |
with gr.Row():
|
72 |
with gr.Column():
|
73 |
non_personalized_prompt = gr.Textbox(label="Задание для копирайтера", lines=25) # Увеличенная высота
|
|
|
66 |
|
67 |
# Вкладка 2: Промпты
|
68 |
with gr.TabItem("Ассистент", id=1):
|
|
|
|
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
non_personalized_prompt = gr.Textbox(label="Задание для копирайтера", lines=25) # Увеличенная высота
|