nruto commited on
Commit
a84bf97
·
verified ·
1 Parent(s): c270a56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
43
  """
44
  demo = gr.ChatInterface(
45
  respond,
46
- title="Welcome to Rxple Chat Bot[Instagram](https://www.instagram.com/khellon_patel_21)",
47
- # description="Follow us on [Instagram](https://www.instagram.com/khellon_patel_21)",
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"),
 
43
  """
44
  demo = gr.ChatInterface(
45
  respond,
46
+ title="Welcome to Rxple Chat Bot",
47
+ description="Follow us on [Instagram](https://www.instagram.com/khellon_patel_21)",
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"),