xyizko commited on
Commit
40a939a
·
verified ·
1 Parent(s): f1389e8

Update app.py

Browse files

- Fix positions

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ https://www.gradio.app/docs/chatinterface
79
  """
80
  demo = gr.ChatInterface(
81
  title="Chat Interface to test HF Models with a HF TOKEN",
82
- description="<center> Enter your HF Token To Acces the Models",
83
  respond,
84
  additional_inputs=[
85
  token_input,
 
79
  """
80
  demo = gr.ChatInterface(
81
  title="Chat Interface to test HF Models with a HF TOKEN",
82
+ description="Enter your HF Token To Acces the Models",
83
  respond,
84
  additional_inputs=[
85
  token_input,