LuxOAI commited on
Commit
82a3846
1 Parent(s): 8f8e128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def CustomChatGPT(user_input):
46
  interface = gr.Interface(fn=CustomChatGPT,
47
  inputs="textbox",
48
  outputs="textbox",
49
- title="VIP-GPT",
50
  description="Chat with a specialized assistant that can answer questions about recruiting, hiring, and various HR and CRM tools. Developed by A. Leschik.")
51
 
52
  interface.launch()
 
46
  interface = gr.Interface(fn=CustomChatGPT,
47
  inputs="textbox",
48
  outputs="textbox",
49
+ title="HR HELPER",
50
  description="Chat with a specialized assistant that can answer questions about recruiting, hiring, and various HR and CRM tools. Developed by A. Leschik.")
51
 
52
  interface.launch()