peterpull commited on
Commit
ba156e7
·
1 Parent(s): 4623b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ def chatbot(input_text, mentioned_person='Mediator John Haynes'):
68
  iface = gr.Interface(fn=chatbot,
69
  inputs=gr.inputs.Textbox("Enter your question"),
70
  outputs="text",
71
- title="AI Chatbot trained on J. Haynes mediation material, v0.1",
72
- description="Please enter a question for the chatbot, you can address it in the first person as Dr Haynes dob1932-dod1999 eg what is the role of intuition in mediation. If you want to share an insight: peter.p<at>racr.org.au.
73
 
74
  iface.launch()
75
 
 
68
  iface = gr.Interface(fn=chatbot,
69
  inputs=gr.inputs.Textbox("Enter your question"),
70
  outputs="text",
71
+ title="AI Chatbot trained on J. Haynes mediation material, v0.5",
72
+ description="Please enter a question for the chatbot eg How do you use intuition in a mediation?")
73
 
74
  iface.launch()
75