pd4consultingmyles commited on
Commit
0bc7b50
·
1 Parent(s): c7c727c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -18,8 +18,10 @@ system_message = {"role": "system", "content": "You are an AI specialized in Atl
18
  with gr.Blocks() as demo:
19
  gr.Markdown(
20
  '''
21
- # Customized Atlanta Chatbot
22
- This chatbot uses the Atlantaga.gov website as its custom knowledge base.
 
 
23
  Created by PD4Solutions
24
  '''
25
  )
 
18
  with gr.Blocks() as demo:
19
  gr.Markdown(
20
  '''
21
+ # Customized Atlanta Chatbot Demo
22
+ This chatbot uses the Atlantaga.gov and ATL311.com websites as its custom knowledge base.
23
+ Before starting a new conversation, please refresh the chatbot for the best results.
24
+ If the chatbot is giving incorrect answers, please refresh.
25
  Created by PD4Solutions
26
  '''
27
  )