mathias1ux commited on
Commit
64c4a2a
·
verified ·
1 Parent(s): 2912c2c

Added an example

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ demo = gr.ChatInterface(
59
  title = "Mindful Communication Manager",
60
  description = """
61
  An AI system prompt helps re-formulate communication to be more polite and mindful.
62
- """
 
63
  )
64
 
65
 
 
59
  title = "Mindful Communication Manager",
60
  description = """
61
  An AI system prompt helps re-formulate communication to be more polite and mindful.
62
+ """,
63
+ examples=["Help me write an email with the following content: I think we are stuck and we should meet to sort out the next steps. Tue and Wed evening are good for me. in person better than online. let me know asap."]
64
  )
65
 
66