Spaces:
Sleeping
Sleeping
Nils Durner
commited on
Commit
·
6cd005a
1
Parent(s):
cb80141
disclaimer
Browse files
app.py
CHANGED
@@ -110,7 +110,12 @@ def import_history(history, file):
|
|
110 |
with gr.Blocks() as demo:
|
111 |
gr.Markdown("# Amazon™️ Bedrock™️ Chat™️ (Nils' Version™️) feat. Mistral™️ AI & Anthropic™️ Claude™️")
|
112 |
|
113 |
-
with gr.Accordion("
|
|
|
|
|
|
|
|
|
|
|
114 |
aws_access = gr.Textbox(label="AWS Access Key", elem_id="aws_access")
|
115 |
aws_secret = gr.Textbox(label="AWS Secret Key", elem_id="aws_secret")
|
116 |
aws_token = gr.Textbox(label="AWS Session Token", elem_id="aws_token")
|
|
|
110 |
with gr.Blocks() as demo:
|
111 |
gr.Markdown("# Amazon™️ Bedrock™️ Chat™️ (Nils' Version™️) feat. Mistral™️ AI & Anthropic™️ Claude™️")
|
112 |
|
113 |
+
with gr.Accordion("Startup"):
|
114 |
+
gr.Markdown("""Use of this interface permitted under the terms and conditions of the
|
115 |
+
[MIT license](https://github.com/ndurner/amz_bedrock_chat/blob/main/LICENSE).
|
116 |
+
Third party terms and conditions apply, particularly
|
117 |
+
those of the LLM vendor (AWS) and hosting provider (Hugging Face).""")
|
118 |
+
|
119 |
aws_access = gr.Textbox(label="AWS Access Key", elem_id="aws_access")
|
120 |
aws_secret = gr.Textbox(label="AWS Secret Key", elem_id="aws_secret")
|
121 |
aws_token = gr.Textbox(label="AWS Session Token", elem_id="aws_token")
|