Bhaskar2611 commited on
Commit
b1da4ed
·
verified ·
1 Parent(s): df848a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ def respond(message, history):
263
  # Launch Gradio interface
264
  demo = gr.ChatInterface(
265
  fn=respond,
266
- title="skin-bot",
267
  theme="default"
268
  )
269
 
 
263
  # Launch Gradio interface
264
  demo = gr.ChatInterface(
265
  fn=respond,
266
+ title="Skin-Bot",
267
  theme="default"
268
  )
269