ZeusCabanas commited on
Commit
16805e7
·
1 Parent(s): e398462
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
41
  """
42
  demo = gr.ChatInterface(
43
  respond,
44
- title="GPT-BI Instruct",
45
  )
46
 
47
 
 
41
  """
42
  demo = gr.ChatInterface(
43
  respond,
44
+ title="Demo GPT-BI Instruct",
45
  )
46
 
47