bstraehle commited on
Commit
5da1cee
1 Parent(s): d484669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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> API
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()