Spaces:
Build error
Build error
Update app.py
Browse files
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,"
|
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")
|