ndurner commited on
Commit
0211c96
·
1 Parent(s): c144d94

extend disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  gr.Markdown("""Use of this interface permitted under the terms and conditions of the
101
  [MIT license](https://github.com/ndurner/amz_bedrock_chat/blob/main/LICENSE).
102
  Third party terms and conditions apply, particularly
103
- those of the LLM vendor (AWS) and hosting provider (Hugging Face).""")
104
 
105
  aws_access = gr.Textbox(label="AWS Access Key", elem_id="aws_access")
106
  aws_secret = gr.Textbox(label="AWS Secret Key", elem_id="aws_secret")
 
100
  gr.Markdown("""Use of this interface permitted under the terms and conditions of the
101
  [MIT license](https://github.com/ndurner/amz_bedrock_chat/blob/main/LICENSE).
102
  Third party terms and conditions apply, particularly
103
+ those of the LLM vendor (AWS) and hosting provider (Hugging Face). This software and the AI models may make mistakes, so verify all outputs.""")
104
 
105
  aws_access = gr.Textbox(label="AWS Access Key", elem_id="aws_access")
106
  aws_secret = gr.Textbox(label="AWS Secret Key", elem_id="aws_secret")