prithivMLmods commited on
Commit
68dd889
·
verified ·
1 Parent(s): 02f2ce5

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -364,6 +364,7 @@ with gr.Blocks() as demo:
364
 
365
  prompt = gr.Text(
366
  label="Prompt",
 
367
  show_label=True,
368
  placeholder="e.g., A black cat holding a sign that says hello world...",
369
  )
 
364
 
365
  prompt = gr.Text(
366
  label="Prompt",
367
+ max_lines=1,
368
  show_label=True,
369
  placeholder="e.g., A black cat holding a sign that says hello world...",
370
  )