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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -364,8 +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
- description="Ask for web development code help!")
369
 
370
  if __name__ == "__main__":
371
  demo.launch()
 
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()