Spaces:
Sleeping
Sleeping
extend disclaimer
Browse files
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")
|