predatortoabuse commited on
Commit
c09a375
1 Parent(s): a3d7ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ chatbot_component = gr.Chatbot(
141
  height=400
142
  )
143
  text_prompt_component = gr.Textbox(
144
- placeholder="Hey ReffidGPT! [press Enter]", show_label=False, autofocus=True, scale=8
145
  )
146
  upload_button_component = gr.UploadButton(
147
  label="Upload Images", file_count="multiple", file_types=["image"], scale=1
 
141
  height=400
142
  )
143
  text_prompt_component = gr.Textbox(
144
+ placeholder="Hey ReffidGPT! [press Enter or Send]", show_label=False, autofocus=True, scale=8
145
  )
146
  upload_button_component = gr.UploadButton(
147
  label="Upload Images", file_count="multiple", file_types=["image"], scale=1