fruitpicker01 commited on
Commit
1ad3c83
·
verified ·
1 Parent(s): 09c2e60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=31, interactive=False)
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():