brurei commited on
Commit
16cf4cd
1 Parent(s): 6571911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  vetor = vetor + [((realPath + "\\images\\hippo-apresentacao.mp4",), "")]
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" :
69
  vetor = vetor + [((realPath + "\\images\\survivor-branco.png",), "")]
70
  elif str(message).upper() == "VINHO PORTO NOVA VERDE" :
71
  vetor = vetor + [((realPath + "\\images\\porta-nova-branco.jpg",), "")]
 
65
  vetor = vetor + [((realPath + "\\images\\hippo-apresentacao.mp4",), "")]
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() == "SURVIVOR CHENIN BLANC" :
69
  vetor = vetor + [((realPath + "\\images\\survivor-branco.png",), "")]
70
  elif str(message).upper() == "VINHO PORTO NOVA VERDE" :
71
  vetor = vetor + [((realPath + "\\images\\porta-nova-branco.jpg",), "")]