baconnier commited on
Commit
4169c72
1 Parent(s): e6a675a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -224,8 +224,9 @@ input[type="radio"]:checked::after {
224
 
225
  with gr.Column(elem_classes=["container", "input-container"]):
226
  prompt_text = gr.Textbox(
227
- label="Type the prompt (or let it empty to see metaprompt)",
228
- elem_classes="no-background"
 
229
  )
230
  meta_prompt_choice = gr.Radio(
231
  ["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],
 
224
 
225
  with gr.Column(elem_classes=["container", "input-container"]):
226
  prompt_text = gr.Textbox(
227
+ label="Type your prompt (or let it empty to see metaprompt)",
228
+ elem_classes="no-background",
229
+ lines=8
230
  )
231
  meta_prompt_choice = gr.Radio(
232
  ["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],