umair894 commited on
Commit
da83e41
·
verified ·
1 Parent(s): 58f5902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def chat_response(message, history):
13
  return response
14
 
15
  with gr.Blocks() as demo:
16
- chatbot = gr.ChatInterface(chat_response,title="socialkompas Chatbot")
17
 
18
  demo.launch(share=True)
 
13
  return response
14
 
15
  with gr.Blocks() as demo:
16
+ chatbot = gr.ChatInterface(chat_response,title="SocialVejleder.AI")
17
 
18
  demo.launch(share=True)