Sarah Bentley commited on
Commit
bb219d8
·
1 Parent(s): a2f999a

updating chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def create_chatbot():
73
  demo = gr.ChatInterface(
74
  chat,
75
  title="Boston Public School Selection Assistant",
76
- description="Ask me anything about Boston public schools! Since I am a free tier chatbot, I may give a 503 error when I'm busy. If that happens, please try again in a few minutes.",
77
  examples=[
78
  "I live in Jamaica Plain and want to send my child to kindergarten. What schools are available?"
79
  ]
 
73
  demo = gr.ChatInterface(
74
  chat,
75
  title="Boston Public School Selection Assistant",
76
+ description="Ask me anything about Boston public schools! Since I am a free tier chatbot, I may give a 503 error when I'm busy. If that happens, please try again a few seconds later.",
77
  examples=[
78
  "I live in Jamaica Plain and want to send my child to kindergarten. What schools are available?"
79
  ]