Spaces:
Sleeping
Sleeping
fruitpicker01
commited on
Commit
•
3c26806
1
Parent(s):
04372a4
Update app.py
Browse files
app.py
CHANGED
@@ -1640,12 +1640,12 @@ with gr.Blocks() as demo:
|
|
1640 |
with gr.Column():
|
1641 |
non_personalized_prompt = gr.Textbox(
|
1642 |
label="Задание для копирайтера",
|
1643 |
-
lines=
|
1644 |
interactive=False)
|
1645 |
with gr.Column():
|
1646 |
personalized_prompt = gr.Textbox(
|
1647 |
label="Задание для редактора",
|
1648 |
-
lines=
|
1649 |
)
|
1650 |
|
1651 |
|
|
|
1640 |
with gr.Column():
|
1641 |
non_personalized_prompt = gr.Textbox(
|
1642 |
label="Задание для копирайтера",
|
1643 |
+
lines=20,
|
1644 |
interactive=False)
|
1645 |
with gr.Column():
|
1646 |
personalized_prompt = gr.Textbox(
|
1647 |
label="Задание для редактора",
|
1648 |
+
lines=20
|
1649 |
)
|
1650 |
|
1651 |
|