fruitpicker01 commited on
Commit
53a1da3
·
verified ·
1 Parent(s): 9f8684e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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) # Увеличенная высота