igrisds commited on
Commit
b45f0c1
1 Parent(s): 60475f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,5 +174,5 @@ bedrock_client = create_bedrock_client()
174
  s3_client = create_s3_client()
175
  extractions = read_json_from_s3()
176
 
177
- demo = gr.ChatInterface(fn=ask_ds, title="AskDS_HR", multimodal=False, chatbot=gr.Chatbot(value=[(None, "Welcome to Ask HR at Dane Street! Whether you're new to the team or just looking for some quick information, I'm here to guide you through our comprehensive range of documents. From Benefits and Payroll queries to understanding our Policies and Paylocity, simply ask your question and I'll provide you with the most relevant information I can.\n\nCurious about your 401(k) account changes? Or maybe you need details on the 2023 Benefits Guide? I can help with that and much more! Don't hesitate to ask, and thank you for making Dane Street an amazing place to work. If there’s something specific you'd like to know, please type your question below, and I will do my best to assist you.")],),theme=theme)
178
  demo.launch()
 
174
  s3_client = create_s3_client()
175
  extractions = read_json_from_s3()
176
 
177
+ demo = gr.ChatInterface(fn=ask_ds, title="AskDS_HR", multimodal=False, chatbot=gr.Chatbot(value=[(None, "Welcome to Ask HR at Dane Street! Whether you're new to the team or just looking for some quick information, I'm here to guide you through our company's literature. From Benefits and Payroll queries to understanding our Policies or Paylocity, simply ask your question and I'll provide you with the most relevant information I can.\n\nCurious about your 401(k) account changes? Or maybe you need details on the 2023 Benefits Guide? I can help with that and much more! Don't hesitate to ask, and thank you for making Dane Street an amazing place to work. If there’s something specific you'd like to know, please type your question below, and I will do my best to assist you.")],),theme=theme)
178
  demo.launch()