brurei commited on
Commit
208b15e
1 Parent(s): f109b9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,8 @@ with gr.Blocks() as demo:
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
 
69
  clear.click(lambda:None, None, gpt, queue=False,)
 
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
+ elif str(message).upper() == "VINHO CASA DEL RONCO PINOT GRIGIO" :
67
+ vetor = vetor + [((realPath + "\\images\\casa-del-ronco-branco.png",), "")]
68
  return "", chat_history+vetor
69
 
70
  clear.click(lambda:None, None, gpt, queue=False,)