brurei commited on
Commit
f109b9c
1 Parent(s): 3fe50c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
  realPath = str(os.path.dirname(os.path.realpath(__file__)))
63
 
64
  if str(message).upper()=="OLA" or str(message).upper()=="OLÁ" or str(message).upper()=="OI":
65
- vetor = vetor + [((realPath + "\\images\\logo.jpg",), "")]
66
 
67
  return "", chat_history+vetor
68
 
 
62
  realPath = str(os.path.dirname(os.path.realpath(__file__)))
63
 
64
  if str(message).upper()=="OLA" or str(message).upper()=="OLÁ" or str(message).upper()=="OI":
65
+ vetor = vetor + [((realPath + "\\images\\casa-del-ronco-branco.png",), "")]
66
 
67
  return "", chat_history+vetor
68