Pankaj Mathur commited on
Commit
7c4c6cb
1 Parent(s): 6ac5859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=CSS) as demo:
78
  with gr.Row():
79
  message = gr.Textbox(
80
  label="Hello, I am orca-mini, How can I help you today?",
81
- 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?",
82
  lines=3,
83
  )
84
  with gr.Row():
 
78
  with gr.Row():
79
  message = gr.Textbox(
80
  label="Hello, I am orca-mini, How can I help you today?",
81
+ placeholder="Ask me anything! For example: Write a short email to my professor requesting a deadline extension for my project. I don't really have a good excuse, and I'm fine owning up to that – so please keep it real!",
82
  lines=3,
83
  )
84
  with gr.Row():