JSAV commited on
Commit
daa646e
1 Parent(s): 4085b87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def respond(message, chat_history, history):
31
  response= res(message,history)
32
  bot_message = response[0]
33
  chat_history.append((message, bot_message))
34
- upload_list_sharepoint("xxxxxx",conversation_id,message,bot_message)
35
  return "", chat_history,response[1]
36
 
37
  def WA(history):
 
31
  response= res(message,history)
32
  bot_message = response[0]
33
  chat_history.append((message, bot_message))
34
+ upload_list_sharepoint(conversation_id,"Anonymous",message,bot_message)
35
  return "", chat_history,response[1]
36
 
37
  def WA(history):