Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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()
|