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

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="SocialVejleder.AI")
17
 
18
  demo.launch(share=True)
 
13
  return response
14
 
15
  with gr.Blocks() as demo:
16
+ chatbot = gr.ChatInterface(chat_response,title="ProjSite")
17
 
18
  demo.launch(share=True)