nirajandhakal commited on
Commit
86dc630
·
verified ·
1 Parent(s): c843051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="
73
  prompt = gr.Text(
74
  label="Prompt",
75
  placeholder="Enter your prompt here",
76
- lines=2
77
  )
78
  with gr.Column(scale=1):
79
  generate_button = gr.Button("Generate", variant="primary")
 
73
  prompt = gr.Text(
74
  label="Prompt",
75
  placeholder="Enter your prompt here",
76
+ lines=3
77
  )
78
  with gr.Column(scale=1):
79
  generate_button = gr.Button("Generate", variant="primary")