xyizko commited on
Commit
1aabada
·
verified ·
1 Parent(s): 6a1d4c8

Update app.py

Browse files

- Add Title and description

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -78,6 +78,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs:
78
  https://www.gradio.app/docs/chatinterface
79
  """
80
  demo = gr.ChatInterface(
 
 
81
  respond,
82
  additional_inputs=[
83
  token_input,
 
78
  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,