tttoaster commited on
Commit
ffd4ba7
1 Parent(s): 31d95fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -718,7 +718,7 @@ if __name__ == '__main__':
718
  show_label=False,
719
  label='input_text',
720
  elem_id='textbox',
721
- placeholder="Enter text or add image, and press submit,").style(container=False)
722
  with gr.Row():
723
  add_image_btn = gr.Button("Add Image")
724
  add_text_btn = gr.Button("Add Text")
 
718
  show_label=False,
719
  label='input_text',
720
  elem_id='textbox',
721
+ placeholder="Enter text or add image, and press submit,", container=False)
722
  with gr.Row():
723
  add_image_btn = gr.Button("Add Image")
724
  add_text_btn = gr.Button("Add Text")