ChenyuRabbitLove commited on
Commit
70db9de
·
verified ·
1 Parent(s): 62ffe23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -108,6 +108,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
108
  """
109
  demo = gr.ChatInterface(
110
  respond,
 
111
  )
112
 
113
 
 
108
  """
109
  demo = gr.ChatInterface(
110
  respond,
111
+ title='Function Calling Demo'
112
  )
113
 
114