peterpull commited on
Commit
f56e86a
·
1 Parent(s): c0ad36c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -120,7 +120,9 @@ iface = Interface(
120
  fn=chatbot,
121
  inputs=Textbox("Enter your question"),
122
  outputs="text",
123
- title="AI Chatbot trained on J. Haynes mediation material, v0.6H",
 
 
124
  article=about)
125
 
126
  iface.launch()
 
120
  fn=chatbot,
121
  inputs=Textbox("Enter your question"),
122
  outputs="text",
123
+ title="The MediatorBot",
124
+ description="GPT3_Chatbot drawing on contextual mediation material, v0.6H",
125
+ examples=[["Sarah and Charlie are having a dispute around how to share the Easter holidays with their children. Can you please give them 3 options?"]]
126
  article=about)
127
 
128
  iface.launch()