osanseviero HF staff commited on
Commit
5c4de2f
1 Parent(s): 08ea4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ interface = gr.Interface(
81
  ],
82
  outputs=["textbox"],
83
  title="Fork your repo!",
84
- description="Find your write token at <a href='https://huggingface.co/settings/token' target='_blank'>token settings</a>",
85
  allow_flagging=False,
86
  live=False,
87
  )
 
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
  )