Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -939,7 +939,7 @@ with gr.Blocks() as demo:
|
|
939 |
selections.append(gr.Dropdown(choices=[None] + list(features[feature].keys()), label=f"Выберите {feature}"))
|
940 |
|
941 |
with gr.Column(scale=2):
|
942 |
-
prompt_display = gr.Textbox(label="Неперсонализированный промпт", lines=
|
943 |
personalization_prompt = gr.Textbox(label="Персонализированный промпт", lines=30, interactive=False)
|
944 |
|
945 |
with gr.Row():
|
|
|
939 |
selections.append(gr.Dropdown(choices=[None] + list(features[feature].keys()), label=f"Выберите {feature}"))
|
940 |
|
941 |
with gr.Column(scale=2):
|
942 |
+
prompt_display = gr.Textbox(label="Неперсонализированный промпт", lines=41, interactive=False)
|
943 |
personalization_prompt = gr.Textbox(label="Персонализированный промпт", lines=30, interactive=False)
|
944 |
|
945 |
with gr.Row():
|