Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ with gr.Blocks() as demo:
|
|
29 |
with gr.TabItem("Ассистент", id=1):
|
30 |
with gr.Row():
|
31 |
with gr.Column():
|
32 |
-
non_personalized_prompt = gr.Textbox(label="Задание для копирайтера", lines=
|
33 |
with gr.Column():
|
34 |
-
personalized_prompt = gr.Textbox(label="Задание для редактора", lines=
|
35 |
|
36 |
# Вкладка 3: Сообщения
|
37 |
with gr.TabItem("Сообщения", id=2):
|
|
|
29 |
with gr.TabItem("Ассистент", id=1):
|
30 |
with gr.Row():
|
31 |
with gr.Column():
|
32 |
+
non_personalized_prompt = gr.Textbox(label="Задание для копирайтера", lines=25) # Увеличенная высота
|
33 |
with gr.Column():
|
34 |
+
personalized_prompt = gr.Textbox(label="Задание для редактора", lines=25) # Увеличенная высота
|
35 |
|
36 |
# Вкладка 3: Сообщения
|
37 |
with gr.TabItem("Сообщения", id=2):
|