brurei commited on
Commit
b30c1f4
1 Parent(s): 727524b

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.png",), "")]
66
  elif str(message).upper() == "VINHO CASA DEL RONCO PINOT GRIGIO" :
67
  vetor = vetor + [((realPath + "\\images\\casa-del-ronco-branco.png",), "")]
68
  elif str(message).upper() == "VINHO SURVIVOR CHENIN BLANC" :
 
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
  elif str(message).upper() == "VINHO CASA DEL RONCO PINOT GRIGIO" :
67
  vetor = vetor + [((realPath + "\\images\\casa-del-ronco-branco.png",), "")]
68
  elif str(message).upper() == "VINHO SURVIVOR CHENIN BLANC" :