svjack commited on
Commit
d3acf98
·
1 Parent(s): 12e95cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks("custom.css") as demo:
45
  with gr.Column():
46
  with gr.Row():
47
  #inputs = gr.Textbox(label = 'Enter prompt to search Lexica.art')
48
- inputs = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=20,min_width = 256
49
  placeholder="Enter prompt to search Lexica.art", elem_id="prompt")
50
  #gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
51
  text_button = gr.Button("Retrieve Images", elem_id="run_button")
 
45
  with gr.Column():
46
  with gr.Row():
47
  #inputs = gr.Textbox(label = 'Enter prompt to search Lexica.art')
48
+ inputs = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=20, min_width = 256,
49
  placeholder="Enter prompt to search Lexica.art", elem_id="prompt")
50
  #gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
51
  text_button = gr.Button("Retrieve Images", elem_id="run_button")