dlflannery commited on
Commit
d440abf
·
verified ·
1 Parent(s): 535edd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def chat(prompt, user_window, pwd_window, past, response, gptModel):
41
  response += f"\nDATA LOG FAILED, path = {dataLogFilePath}"
42
  return [past, response, None]
43
  else:
44
- return [[], "User name and/or password are incorrect", prompt]
45
 
46
  with gr.Blocks() as demo:
47
  history = gr.State([])
 
41
  response += f"\nDATA LOG FAILED, path = {dataLogFilePath}"
42
  return [past, response, None]
43
  else:
44
+ return [[], "User name and/or password are incorrect" + '\nUsers = ' + ','.join(unames), prompt]
45
 
46
  with gr.Blocks() as demo:
47
  history = gr.State([])