peterpull commited on
Commit
238ed40
·
1 Parent(s): 6c2fda1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ 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.6",
124
  description=about)
125
 
126
  iface.launch()
 
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
  description=about)
125
 
126
  iface.launch()