Pankaj Mathur commited on
Commit
2122549
1 Parent(s): 1767ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(css=CSS) as demo:
82
  with gr.Row():
83
  message = gr.Textbox(
84
  label="Hello, I am orca-mini, How can I help you today?",
85
- placeholder="Ask me anything!",
86
  lines=3,
87
  )
88
  with gr.Row():
 
82
  with gr.Row():
83
  message = gr.Textbox(
84
  label="Hello, I am orca-mini, How can I help you today?",
85
+ placeholder="Ask me anything! For example: I'm going to cook for my date who claims to be a picky eater. Can you recommend me a dish that's easy to cook?",
86
  lines=3,
87
  )
88
  with gr.Row():