mathias1ux commited on
Commit
e6ab5d8
·
verified ·
1 Parent(s): d8ced61

Added examples

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -60,7 +60,9 @@ demo = gr.ChatInterface(
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
 
 
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
+ "Make this an IM for me: Your exam is bad. Let's check the answers together, some of them I can't read. Maybe we can avoid that you fail the exam completely.",
65
+ "Write a message: no time for coffee today, let's do that at lunch time tomorrow"]
66
  )
67
 
68