simonza commited on
Commit
af693b0
·
1 Parent(s): 2dcffa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(width = 300) as demo:
170
  label="Generated images", show_label=False, elem_id="gallery", columns=[8], rows=[1], object_fit='scale-down', height=160)
171
 
172
  with gr.Row():
173
- selected = gr.Textbox(label="Product description: ", interactive=False, value = "-----> Description <-------",placeholder="Selected")
174
 
175
  # show the results in gallery on enter key and button press
176
 
 
170
  label="Generated images", show_label=False, elem_id="gallery", columns=[8], rows=[1], object_fit='scale-down', height=160)
171
 
172
  with gr.Row():
173
+ selected = gr.Textbox(label="Product description: ", interactive=False, value = " The product description will appear here ",placeholder="Selected")
174
 
175
  # show the results in gallery on enter key and button press
176