lovelyai999 commited on
Commit
e88ce07
1 Parent(s): 0819da6

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ img[loading="lazy"] {
237
  """
238
 
239
  with gr.Blocks(title="Images Prompts Generator", css=css) as demo:
240
- with gr.Row():gr.HTML(value
241
  with gr.Row():
242
  with gr.Column():
243
  textbox = persist(gr.Textbox(show_label=True , label ="prompt",show_copy_button=True ))
 
237
  """
238
 
239
  with gr.Blocks(title="Images Prompts Generator", css=css) as demo:
240
+ with gr.Row():gr.HTML(value=description)
241
  with gr.Row():
242
  with gr.Column():
243
  textbox = persist(gr.Textbox(show_label=True , label ="prompt",show_copy_button=True ))