Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ chain = ConversationalRetrievalChain.from_llm(
|
|
52 |
chat_history = []
|
53 |
|
54 |
with gr.Blocks() as demo:
|
55 |
-
chatbot = gr.Chatbot([("", "Hello, I'm Thierry Decae's chatbot, you can ask me any recruitment related questions such as my previous experience, where
|
56 |
msg = gr.Textbox()
|
57 |
clear = gr.Button("Clear")
|
58 |
chat_history = []
|
|
|
52 |
chat_history = []
|
53 |
|
54 |
with gr.Blocks() as demo:
|
55 |
+
chatbot = gr.Chatbot([("", "Hello, I'm Thierry Decae's chatbot, you can ask me any recruitment related questions such as my previous or most recent experience, where I'm eligible to work, when I can start work, what NLP skills I have, and much more!")],avatar_images=["./multiple_docs/Guest.jpg","./multiple_docs/Thierry Picture.jpg"])
|
56 |
msg = gr.Textbox()
|
57 |
clear = gr.Button("Clear")
|
58 |
chat_history = []
|