peterpull commited on
Commit
7bd40e9
·
1 Parent(s): e06bba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = Interface(
80
  inputs=Textbox("Enter your question"),
81
  outputs="text",
82
  title="AI Chatbot trained on J. Haynes mediation material, v0.5",
83
- description="Please enter a question for the chatbot eg How do you use intuition in a mediation?")
84
 
85
  iface.launch()
86
 
 
80
  inputs=Textbox("Enter your question"),
81
  outputs="text",
82
  title="AI Chatbot trained on J. Haynes mediation material, v0.5",
83
+ description="Please enter a question for the chatbot as though you were addressing Dr John Haynes eg How do you use intuition in a mediation?")
84
 
85
  iface.launch()
86