capradeepgujaran commited on
Commit
7c64a90
1 Parent(s): a3e80e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as iface:
302
  with gr.Row():
303
  msg = gr.Textbox(
304
  label="Ask about safety measures or regulations",
305
- placeholder="E.g., 'What OSHA guidelines apply to this hazard?'",
306
  show_label=False,
307
  elem_classes="chat-input"
308
  )
 
302
  with gr.Row():
303
  msg = gr.Textbox(
304
  label="Ask about safety measures or regulations",
305
+ placeholder="E.g., 'Ask follow-up question and press ENTER'",
306
  show_label=False,
307
  elem_classes="chat-input"
308
  )