Omar Solano commited on
Commit
9d1039f
·
1 Parent(s): 1993b44
Files changed (1) hide show
  1. 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 api here: https://console.anthropic.com/login",
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