JPLTedCas commited on
Commit
4bf3c37
verified
1 Parent(s): 9fa0b04

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -37,7 +37,7 @@ class Translation:
37
  return f"ERROR: {str(e)}"
38
 
39
 
40
- def search_error_in_excel(text, excel_path="C:/Users/15572890/Desktop/StockPrediction/Coding/CorrelacionStocks/APIS-StockPlatforms/APIs/Voz/RTTranslator/bloom-multilingual-chatbot-main/scripts/errors.xlsx"):
41
  """
42
  Busca informaci贸n en un archivo Excel seg煤n palabras clave y muestra texto, enlace o imagen.
43
 
 
37
  return f"ERROR: {str(e)}"
38
 
39
 
40
+ def search_error_in_excel(text, excel_path="errors.xlsx"):
41
  """
42
  Busca informaci贸n en un archivo Excel seg煤n palabras clave y muestra texto, enlace o imagen.
43