Spaces:
Runtime error
Runtime error
Omar Solano
commited on
Commit
·
1993b44
1
Parent(s):
2813cbe
add link
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",
|
| 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 api here: https://console.anthropic.com/login",
|
| 95 |
fill_height=True,
|
| 96 |
)
|
| 97 |
|