osanseviero HF staff commited on
Commit
09488af
1 Parent(s): 5c4de2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ interface = gr.Interface(
81
  ],
82
  outputs=["textbox"],
83
  title="Fork your repo!",
84
- description="<p>Find your write token at <a href='https://huggingface.co/settings/token' target='_blank'>token settings</a></p>",
 
85
  allow_flagging=False,
86
  live=False,
87
  )
 
81
  ],
82
  outputs=["textbox"],
83
  title="Fork your repo!",
84
+ description="Fork a Hugging Face repository! You need to specify a write token obtained in https://hf.co/settings/token"
85
+ article="<p>Find your write token at <a href='https://huggingface.co/settings/token' target='_blank'>token settings</a></p>",
86
  allow_flagging=False,
87
  live=False,
88
  )