Update app.py
Browse files
app.py
CHANGED
|
@@ -364,7 +364,7 @@ def respond(message, history):
|
|
| 364 |
yield response
|
| 365 |
|
| 366 |
# Create Gradio chat interface
|
| 367 |
-
demo = gr.ChatInterface(fn=respond, title="
|
| 368 |
|
| 369 |
if __name__ == "__main__":
|
| 370 |
demo.launch()
|
|
|
|
| 364 |
yield response
|
| 365 |
|
| 366 |
# Create Gradio chat interface
|
| 367 |
+
demo = gr.ChatInterface(fn=respond, title="Website Building Assistant")
|
| 368 |
|
| 369 |
if __name__ == "__main__":
|
| 370 |
demo.launch()
|