Update app.py
Browse files
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 |
|