Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def invoke(prompt):
|
|
55 |
|
56 |
return completion
|
57 |
|
58 |
-
description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a>
|
59 |
with <a href='https://www.anthropic.com/'>Anthropic</a> Claude model."""
|
60 |
|
61 |
gr.close_all()
|
|
|
55 |
|
56 |
return completion
|
57 |
|
58 |
+
description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> SDK
|
59 |
with <a href='https://www.anthropic.com/'>Anthropic</a> Claude model."""
|
60 |
|
61 |
gr.close_all()
|