Ethical commited on
Commit
05845ba
1 Parent(s): e48f0f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 or most recent experience, where I'm eligible to work, when I can start work, what NLP skills I have, and much more! you can chat with me directly in multiple languages")],avatar_images=["./multiple_docs/Guest.jpg","./multiple_docs/Thierry Picture.jpg"])
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 SPIDOMAN'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! you can chat with me directly in multiple languages")],avatar_images=["./multiple_docs/Guest.jpg","./multiple_docs/Thierry Picture.jpg"])
56
  msg = gr.Textbox()
57
  clear = gr.Button("Clear")
58
  chat_history = []