Spaces:
Runtime error
Runtime error
Omar Solano commited on
Commit ·
9d1039f
1
Parent(s): 1993b44
fix typo
Browse files- gradio_anthropic.py +1 -1
gradio_anthropic.py
CHANGED
|
@@ -91,7 +91,7 @@ demo = gr.ChatInterface(
|
|
| 91 |
temperature,
|
| 92 |
max_tokens,
|
| 93 |
],
|
| 94 |
-
description="Claude Chatbot, Clone the space and add your own API key in the 'additional inputs' section. Get your
|
| 95 |
fill_height=True,
|
| 96 |
)
|
| 97 |
|
|
|
|
| 91 |
temperature,
|
| 92 |
max_tokens,
|
| 93 |
],
|
| 94 |
+
description="Claude Chatbot, Clone the space and add your own API key in the 'additional inputs' section. Get your key here: https://console.anthropic.com/login",
|
| 95 |
fill_height=True,
|
| 96 |
)
|
| 97 |
|