nruto commited on
Commit
d3460dc
1 Parent(s): 79eb30f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -45,6 +45,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
45
  """
46
  demo = gr.ChatInterface(
47
  respond,
 
 
48
  additional_inputs=[
49
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
50
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="Max new tokens"),
 
45
  """
46
  demo = gr.ChatInterface(
47
  respond,
48
+ title="Welcome to Rxple Chat Bot",
49
+ description="Follow us on [Instagram](https://www.instagram.com/khellon_patel_21)",
50
  additional_inputs=[
51
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
52
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="Max new tokens"),