Alejandro Rodriguez Salamanca commited on
Commit
41ab593
·
1 Parent(s): 5f9ebcb

Add privacy policy link

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -126,7 +126,8 @@ example_labels = [
126
  DESCRIPTION = (
127
  "**[Tiny Aya](https://huggingface.co/CohereLabs/tiny-aya-global)** is a lightweight "
128
  "multilingual language model by [Cohere Labs](https://cohere.com/research). "
129
- "Try chatting in any of 70+ supported languages!"
 
130
  )
131
 
132
  demo = gr.ChatInterface(
 
126
  DESCRIPTION = (
127
  "**[Tiny Aya](https://huggingface.co/CohereLabs/tiny-aya-global)** is a lightweight "
128
  "multilingual language model by [Cohere Labs](https://cohere.com/research). "
129
+ "Try chatting in any of 70+ supported languages!\n\n"
130
+ "By using this space, you agree to the [Cohere Privacy Policy](http://cohere.com/privacy)."
131
  )
132
 
133
  demo = gr.ChatInterface(