Bhaskar2611 commited on
Commit
d805501
·
verified ·
1 Parent(s): 90af172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Coding Assistant")
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()